Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f8e2a5;
}
.color-2 {
color: #f0a099;
}
.color-3 {
color: #d57b98;
}
.color-4 {
color: #b45fa2;
}
.color-5 {
color: #7b4c9a;
}

/* CSS Variables */
:root {
--color-1: #f8e2a5;
--color-2: #f0a099;
--color-3: #d57b98;
--color-4: #b45fa2;
--color-5: #7b4c9a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2a5, #f0a099, #d57b98, #b45fa2, #7b4c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2a5, #f0a099, #d57b98, #b45fa2, #7b4c9a);
}

Shades of Pink color palette created on .