Golden Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Serenade palette

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

Golden Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #e9c26d;
}
.color-3 {
color: #d4a959;
}
.color-4 {
color: #a97e3d;
}
.color-5 {
color: #c65d24;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #e9c26d;
--color-3: #d4a959;
--color-4: #a97e3d;
--color-5: #c65d24;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #e9c26d, #d4a959, #a97e3d, #c65d24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #e9c26d, #d4a959, #a97e3d, #c65d24);
}

Golden Serenade color palette created on .