Golden Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunshine palette

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

Golden Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ffd942;
}
.color-3 {
color: #ffeb85;
}
.color-4 {
color: #ffedb3;
}
.color-5 {
color: #fff5e5;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ffd942;
--color-3: #ffeb85;
--color-4: #ffedb3;
--color-5: #fff5e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ffd942, #ffeb85, #ffedb3, #fff5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ffd942, #ffeb85, #ffedb3, #fff5e5);
}

Golden Sunshine color palette created on .