Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #d3b58d;
}
.color-2 {
color: #ffcc66;
}
.color-3 {
color: #ff9966;
}
.color-4 {
color: #ff6666;
}
.color-5 {
color: #ff3366;
}

/* CSS Variables */
:root {
--color-1: #d3b58d;
--color-2: #ffcc66;
--color-3: #ff9966;
--color-4: #ff6666;
--color-5: #ff3366;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b58d, #ffcc66, #ff9966, #ff6666, #ff3366);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b58d, #ffcc66, #ff9966, #ff6666, #ff3366);
}

Sunset Serenade color palette created on .