Sunshine Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunshine Serenade palette

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

Sunshine Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f6ec60;
}
.color-2 {
color: #f9d55d;
}
.color-3 {
color: #fbcc4b;
}
.color-4 {
color: #f6b44c;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #f6ec60;
--color-2: #f9d55d;
--color-3: #fbcc4b;
--color-4: #f6b44c;
--color-5: #f0a800;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ec60, #f9d55d, #fbcc4b, #f6b44c, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ec60, #f9d55d, #fbcc4b, #f6b44c, #f0a800);
}

Sunshine Serenade color palette created on .