Sunset Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenity palette

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

Sunset Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #e8422c;
}
.color-2 {
color: #f78c22;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #8cde95;
}
.color-5 {
color: #3a8da1;
}

/* CSS Variables */
:root {
--color-1: #e8422c;
--color-2: #f78c22;
--color-3: #f1c84b;
--color-4: #8cde95;
--color-5: #3a8da1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8422c, #f78c22, #f1c84b, #8cde95, #3a8da1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8422c, #f78c22, #f1c84b, #8cde95, #3a8da1);
}

Sunset Serenity color palette created on .