Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #e0a4c8;
}
.color-2 {
color: #c4a4d0;
}
.color-3 {
color: #a3bae0;
}
.color-4 {
color: #a3d7e0;
}
.color-5 {
color: #f6e6a7;
}

/* CSS Variables */
:root {
--color-1: #e0a4c8;
--color-2: #c4a4d0;
--color-3: #a3bae0;
--color-4: #a3d7e0;
--color-5: #f6e6a7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0a4c8, #c4a4d0, #a3bae0, #a3d7e0, #f6e6a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0a4c8, #c4a4d0, #a3bae0, #a3d7e0, #f6e6a7);
}

Shades of Pink color palette created on .