Sunset Meadow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Meadow palette

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

Sunset Meadow カラーパレット CSS

/* CSS */
.color-1 {
color: #f1c40e;
}
.color-2 {
color: #a4daa6;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #f9c7be;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #f1c40e;
--color-2: #a4daa6;
--color-3: #e77e23;
--color-4: #f9c7be;
--color-5: #e74d3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c40e, #a4daa6, #e77e23, #f9c7be, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c40e, #a4daa6, #e77e23, #f9c7be, #e74d3c);
}

Sunset Meadow color palette created on .