Golden Meadow Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Meadow Serenade palette

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

Golden Meadow Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #d8b84f;
}
.color-2 {
color: #f4c543;
}
.color-3 {
color: #f1e2b1;
}
.color-4 {
color: #f9d780;
}
.color-5 {
color: #b3ab3d;
}

/* CSS Variables */
:root {
--color-1: #d8b84f;
--color-2: #f4c543;
--color-3: #f1e2b1;
--color-4: #f9d780;
--color-5: #b3ab3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b84f, #f4c543, #f1e2b1, #f9d780, #b3ab3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b84f, #f4c543, #f1e2b1, #f9d780, #b3ab3d);
}

Golden Meadow Serenade color palette created on .