Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e7a3;
}
.color-2 {
color: #f1b6a2;
}
.color-3 {
color: #d5a5c5;
}
.color-4 {
color: #8a7eb9;
}
.color-5 {
color: #5c7a99;
}

/* CSS Variables */
:root {
--color-1: #f5e7a3;
--color-2: #f1b6a2;
--color-3: #d5a5c5;
--color-4: #8a7eb9;
--color-5: #5c7a99;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e7a3, #f1b6a2, #d5a5c5, #8a7eb9, #5c7a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e7a3, #f1b6a2, #d5a5c5, #8a7eb9, #5c7a99);
}

Shades of Pink color palette created on .