Pink Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sunset palette

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

Pink Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c84f;
}
.color-2 {
color: #f9a76c;
}
.color-3 {
color: #f05c7c;
}
.color-4 {
color: #d45e8b;
}
.color-5 {
color: #a14a8e;
}

/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #f9a76c;
--color-3: #f05c7c;
--color-4: #d45e8b;
--color-5: #a14a8e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #f9a76c, #f05c7c, #d45e8b, #a14a8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #f9a76c, #f05c7c, #d45e8b, #a14a8e);
}

Pink Sunset color palette created on .