Sunset Over the Prairie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Over the Prairie palette

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

Sunset Over the Prairie カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #e6b800;
}
.color-4 {
color: #c39969;
}
.color-5 {
color: #8c5a2b;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #ffcc00;
--color-3: #e6b800;
--color-4: #c39969;
--color-5: #8c5a2b;
}

Sunset Over the Prairie の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #ffcc00, #e6b800, #c39969, #8c5a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #ffcc00, #e6b800, #c39969, #8c5a2b);
}

Sunset Over the Prairie color palette created on .