Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #d8a7e6;
}
.color-4 {
color: #a7dbe6;
}
.color-5 {
color: #b1e0e7;
}

/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #eab8d1;
--color-3: #d8a7e6;
--color-4: #a7dbe6;
--color-5: #b1e0e7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #eab8d1, #d8a7e6, #a7dbe6, #b1e0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #eab8d1, #d8a7e6, #a7dbe6, #b1e0e7);
}

Shades of Pink color palette created on .