<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>a {
display: inline-block;
text-decoration: none;
color: #FFF;
font-weight: bold;
text-align: center;
margin: 10px;
width: 120px;
padding: 0.5em 1em;
}
span{
color: #FF3399;
}
.btn{
border-radius: 5px;
background-image: linear-gradient(45deg, #ffafbd 0%, #ffc3a0 100%);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
border-bottom: solid 3px #ff471f;
}</style>
</head>
<body>
<a class="btn" href="#">お し て <span>♥</span>
</a>
<script>
</script>
</body>
</html>