Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f5d000;
}
.color-3 {
color: #ffa600;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #ff2e31;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f5d000;
--color-3: #ffa600;
--color-4: #ff6d1f;
--color-5: #ff2e31;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f5d000, #ffa600, #ff6d1f, #ff2e31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f5d000, #ffa600, #ff6d1f, #ff2e31);
}

Sunset Serenade color palette created on .