Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f2e2d4;
}
.color-2 {
color: #d4b3a5;
}
.color-3 {
color: #c18a9e;
}
.color-4 {
color: #9a5b8c;
}
.color-5 {
color: #703d7b;
}

/* CSS Variables */
:root {
--color-1: #f2e2d4;
--color-2: #d4b3a5;
--color-3: #c18a9e;
--color-4: #9a5b8c;
--color-5: #703d7b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e2d4, #d4b3a5, #c18a9e, #9a5b8c, #703d7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e2d4, #d4b3a5, #c18a9e, #9a5b8c, #703d7b);
}

Shades of Pink color palette created on .