Sunny Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunny Serenade palette

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

Sunny Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #fbe7b1;
}
.color-2 {
color: #f9d958;
}
.color-3 {
color: #f5c25c;
}
.color-4 {
color: #e6a22d;
}
.color-5 {
color: #d58b2a;
}

/* CSS Variables */
:root {
--color-1: #fbe7b1;
--color-2: #f9d958;
--color-3: #f5c25c;
--color-4: #e6a22d;
--color-5: #d58b2a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbe7b1, #f9d958, #f5c25c, #e6a22d, #d58b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbe7b1, #f9d958, #f5c25c, #e6a22d, #d58b2a);
}

Sunny Serenade color palette created on .