Serenade of Shadows カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenade of Shadows palette

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

Serenade of Shadows カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f8d39b;
}
.color-3 {
color: #8b96c1;
}
.color-4 {
color: #3b5b9b;
}
.color-5 {
color: #a52c5c;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f8d39b;
--color-3: #8b96c1;
--color-4: #3b5b9b;
--color-5: #a52c5c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f8d39b, #8b96c1, #3b5b9b, #a52c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f8d39b, #8b96c1, #3b5b9b, #a52c5c);
}

Serenade of Shadows color palette created on .