Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f3a5a0;
}
.color-2 {
color: #f4d39f;
}
.color-3 {
color: #e5c661;
}
.color-4 {
color: #9fd6b3;
}
.color-5 {
color: #4b8c9b;
}

/* CSS Variables */
:root {
--color-1: #f3a5a0;
--color-2: #f4d39f;
--color-3: #e5c661;
--color-4: #9fd6b3;
--color-5: #4b8c9b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5a0, #f4d39f, #e5c661, #9fd6b3, #4b8c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5a0, #f4d39f, #e5c661, #9fd6b3, #4b8c9b);
}

Shades of Pink color palette created on .