Sunset Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenity palette

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

Sunset Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f6c3a7;
}
.color-3 {
color: #fdec8b;
}
.color-4 {
color: #a7d7c0;
}
.color-5 {
color: #6999c3;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f6c3a7;
--color-3: #fdec8b;
--color-4: #a7d7c0;
--color-5: #6999c3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f6c3a7, #fdec8b, #a7d7c0, #6999c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f6c3a7, #fdec8b, #a7d7c0, #6999c3);
}

Sunset Serenity color palette created on .