Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #8b4513;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #4682b4;
}
.color-4 {
color: #d2691e;
}
.color-5 {
color: #f5deb2;
}

/* CSS Variables */
:root {
--color-1: #8b4513;
--color-2: #ffd900;
--color-3: #4682b4;
--color-4: #d2691e;
--color-5: #f5deb2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b4513, #ffd900, #4682b4, #d2691e, #f5deb2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b4513, #ffd900, #4682b4, #d2691e, #f5deb2);
}

Sunset Serenade color palette created on .