Sunset Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenity palette

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

Sunset Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4d7f;
}
.color-4 {
color: #e0a4d4;
}
.color-5 {
color: #c2a3e0;
}

/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ff6e61;
--color-3: #ff4d7f;
--color-4: #e0a4d4;
--color-5: #c2a3e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ff6e61, #ff4d7f, #e0a4d4, #c2a3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ff6e61, #ff4d7f, #e0a4d4, #c2a3e0);
}

Sunset Serenity color palette created on .