Golden Meadow Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Meadow Dreams palette

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

Golden Meadow Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #c9a86e;
}
.color-2 {
color: #d2b470;
}
.color-3 {
color: #d9c373;
}
.color-4 {
color: #e5d880;
}
.color-5 {
color: #f1e0a2;
}

/* CSS Variables */
:root {
--color-1: #c9a86e;
--color-2: #d2b470;
--color-3: #d9c373;
--color-4: #e5d880;
--color-5: #f1e0a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9a86e, #d2b470, #d9c373, #e5d880, #f1e0a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9a86e, #d2b470, #d9c373, #e5d880, #f1e0a2);
}

Golden Meadow Dreams color palette created on .