Sunset Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenity palette

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

Sunset Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #ff513d;
}
.color-2 {
color: #ff8b3d;
}
.color-3 {
color: #ffb13d;
}
.color-4 {
color: #d5ff3d;
}
.color-5 {
color: #6eff3d;
}

/* CSS Variables */
:root {
--color-1: #ff513d;
--color-2: #ff8b3d;
--color-3: #ffb13d;
--color-4: #d5ff3d;
--color-5: #6eff3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff513d, #ff8b3d, #ffb13d, #d5ff3d, #6eff3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff513d, #ff8b3d, #ffb13d, #d5ff3d, #6eff3d);
}

Sunset Serenity color palette created on .