Sunshine Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunshine Serenade palette

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

Sunshine Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #fad900;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #e6b800;
}
.color-5 {
color: #e6a800;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #fad900;
--color-3: #f0a800;
--color-4: #e6b800;
--color-5: #e6a800;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #fad900, #f0a800, #e6b800, #e6a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #fad900, #f0a800, #e6b800, #e6a800);
}

Sunshine Serenade color palette created on .