Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d9a2;
}
.color-2 {
color: #f2b0a1;
}
.color-3 {
color: #e8a6c7;
}
.color-4 {
color: #c3a1e3;
}
.color-5 {
color: #8cbfde;
}

/* CSS Variables */
:root {
--color-1: #f6d9a2;
--color-2: #f2b0a1;
--color-3: #e8a6c7;
--color-4: #c3a1e3;
--color-5: #8cbfde;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d9a2, #f2b0a1, #e8a6c7, #c3a1e3, #8cbfde);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d9a2, #f2b0a1, #e8a6c7, #c3a1e3, #8cbfde);
}

Shades of Pink color palette created on .