Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f6c2a2;
}
.color-2 {
color: #ffc09e;
}
.color-3 {
color: #ff8a5c;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #b65d9c;
}

/* CSS Variables */
:root {
--color-1: #f6c2a2;
--color-2: #ffc09e;
--color-3: #ff8a5c;
--color-4: #ff6e61;
--color-5: #b65d9c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c2a2, #ffc09e, #ff8a5c, #ff6e61, #b65d9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c2a2, #ffc09e, #ff8a5c, #ff6e61, #b65d9c);
}

Shades of Pink color palette created on .