Sunshine Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunshine Serenade palette

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

Sunshine Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #fff157;
}
.color-2 {
color: #f6df60;
}
.color-3 {
color: #f2d750;
}
.color-4 {
color: #e1c34c;
}
.color-5 {
color: #d5b34d;
}

/* CSS Variables */
:root {
--color-1: #fff157;
--color-2: #f6df60;
--color-3: #f2d750;
--color-4: #e1c34c;
--color-5: #d5b34d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff157, #f6df60, #f2d750, #e1c34c, #d5b34d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff157, #f6df60, #f2d750, #e1c34c, #d5b34d);
}

Sunshine Serenade color palette created on .