Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #fe5410;
}
.color-2 {
color: #fea310;
}
.color-3 {
color: #ffae00;
}
.color-4 {
color: #e1a133;
}
.color-5 {
color: #c94049;
}

/* CSS Variables */
:root {
--color-1: #fe5410;
--color-2: #fea310;
--color-3: #ffae00;
--color-4: #e1a133;
--color-5: #c94049;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe5410, #fea310, #ffae00, #e1a133, #c94049);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe5410, #fea310, #ffae00, #e1a133, #c94049);
}

Sunset Serenade color palette created on .