Sunset Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Pink palette

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

Sunset Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e170;
}
.color-2 {
color: #f1a15b;
}
.color-3 {
color: #e77d6a;
}
.color-4 {
color: #d45e70;
}
.color-5 {
color: #a14a8e;
}

/* CSS Variables */
:root {
--color-1: #f5e170;
--color-2: #f1a15b;
--color-3: #e77d6a;
--color-4: #d45e70;
--color-5: #a14a8e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e170, #f1a15b, #e77d6a, #d45e70, #a14a8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e170, #f1a15b, #e77d6a, #d45e70, #a14a8e);
}

Sunset Pink color palette created on .