Sunshine Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunshine Serenade palette

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

Sunshine Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ffbb00;
}
.color-2 {
color: #ffd000;
}
.color-3 {
color: #ffdd00;
}
.color-4 {
color: #ffe500;
}
.color-5 {
color: #fff700;
}

/* CSS Variables */
:root {
--color-1: #ffbb00;
--color-2: #ffd000;
--color-3: #ffdd00;
--color-4: #ffe500;
--color-5: #fff700;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbb00, #ffd000, #ffdd00, #ffe500, #fff700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbb00, #ffd000, #ffdd00, #ffe500, #fff700);
}

Sunshine Serenade color palette created on .