Sunshine Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunshine Serenade palette

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

Sunshine Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e75d;
}
.color-2 {
color: #f1cf6a;
}
.color-3 {
color: #e0b771;
}
.color-4 {
color: #d19c7b;
}
.color-5 {
color: #c58a5e;
}

/* CSS Variables */
:root {
--color-1: #f9e75d;
--color-2: #f1cf6a;
--color-3: #e0b771;
--color-4: #d19c7b;
--color-5: #c58a5e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e75d, #f1cf6a, #e0b771, #d19c7b, #c58a5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e75d, #f1cf6a, #e0b771, #d19c7b, #c58a5e);
}

Sunshine Serenade color palette created on .