Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #700f3d;
}
.color-2 {
color: #992e5a;
}
.color-3 {
color: #b35683;
}
.color-4 {
color: #d57c9d;
}
.color-5 {
color: #f1a7c6;
}

/* CSS Variables */
:root {
--color-1: #700f3d;
--color-2: #992e5a;
--color-3: #b35683;
--color-4: #d57c9d;
--color-5: #f1a7c6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #700f3d, #992e5a, #b35683, #d57c9d, #f1a7c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #700f3d, #992e5a, #b35683, #d57c9d, #f1a7c6);
}

Shades of Pink color palette created on .