Golden Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Serenade palette

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

Golden Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f6cb2c;
}
.color-3 {
color: #f8e0a0;
}
.color-4 {
color: #e9b7a0;
}
.color-5 {
color: #d47d3a;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f6cb2c;
--color-3: #f8e0a0;
--color-4: #e9b7a0;
--color-5: #d47d3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f6cb2c, #f8e0a0, #e9b7a0, #d47d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f6cb2c, #f8e0a0, #e9b7a0, #d47d3a);
}

Golden Serenade color palette created on .