Golden Sunrise Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunrise Serenade palette

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

Golden Sunrise Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #fff952;
}
.color-2 {
color: #f5e65b;
}
.color-3 {
color: #e6d15c;
}
.color-4 {
color: #d5b84d;
}
.color-5 {
color: #c7a44d;
}

/* CSS Variables */
:root {
--color-1: #fff952;
--color-2: #f5e65b;
--color-3: #e6d15c;
--color-4: #d5b84d;
--color-5: #c7a44d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff952, #f5e65b, #e6d15c, #d5b84d, #c7a44d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff952, #f5e65b, #e6d15c, #d5b84d, #c7a44d);
}

Golden Sunrise Serenade color palette created on .