Sunshine Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunshine Serenade palette

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

Sunshine Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f5d45c;
}
.color-3 {
color: #f5e9a8;
}
.color-4 {
color: #b7e1bf;
}
.color-5 {
color: #7fb2d2;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f5d45c;
--color-3: #f5e9a8;
--color-4: #b7e1bf;
--color-5: #7fb2d2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f5d45c, #f5e9a8, #b7e1bf, #7fb2d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f5d45c, #f5e9a8, #b7e1bf, #7fb2d2);
}

Sunshine Serenade color palette created on .