Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a7b8;
}
.color-2 {
color: #ebae75;
}
.color-3 {
color: #e3c268;
}
.color-4 {
color: #a1d3a6;
}
.color-5 {
color: #8ab5e0;
}

/* CSS Variables */
:root {
--color-1: #f1a7b8;
--color-2: #ebae75;
--color-3: #e3c268;
--color-4: #a1d3a6;
--color-5: #8ab5e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b8, #ebae75, #e3c268, #a1d3a6, #8ab5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b8, #ebae75, #e3c268, #a1d3a6, #8ab5e0);
}

Shades of Pink color palette created on .