Desert Sunset Blooms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Sunset Blooms palette

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

Desert Sunset Blooms カラーパレット CSS

/* CSS */
.color-1 {
color: #b9462d;
}
.color-2 {
color: #e57c61;
}
.color-3 {
color: #f1f4f8;
}
.color-4 {
color: #2b2b2b;
}
.color-5 {
color: #ffca61;
}

/* CSS Variables */
:root {
--color-1: #b9462d;
--color-2: #e57c61;
--color-3: #f1f4f8;
--color-4: #2b2b2b;
--color-5: #ffca61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9462d, #e57c61, #f1f4f8, #2b2b2b, #ffca61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9462d, #e57c61, #f1f4f8, #2b2b2b, #ffca61);
}

Desert Sunset Blooms color palette created on .