Pink Valentines カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Valentines palette

このパレットを共有する先:

Pink Valentines カラーパレット (PNG) をダウンロード

Download pink valentines color palette PNG image (landscape)
Download pink valentines color palette PNG image (square)

Pink Valentines カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ffcd94;
}
.color-3 {
color: #ff8a92;
}
.color-4 {
color: #ff5c7c;
}
.color-5 {
color: #ff998a;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffcd94;
--color-3: #ff8a92;
--color-4: #ff5c7c;
--color-5: #ff998a;
}

Pink Valentines の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffcd94, #ff8a92, #ff5c7c, #ff998a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffcd94, #ff8a92, #ff5c7c, #ff998a);
}

Pink Valentines color palette created on .