Golden Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Serenade palette

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

Golden Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #f9d75d;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #d3aa4a;
}
.color-5 {
color: #a77c25;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #f9d75d;
--color-3: #f5c400;
--color-4: #d3aa4a;
--color-5: #a77c25;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #f9d75d, #f5c400, #d3aa4a, #a77c25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #f9d75d, #f5c400, #d3aa4a, #a77c25);
}

Golden Serenade color palette created on .