Desert Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Oasis palette

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

Desert Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #c2843d;
}
.color-2 {
color: #c4d28e;
}
.color-3 {
color: #a1b06d;
}
.color-4 {
color: #4b7c4e;
}
.color-5 {
color: #2d4a26;
}

/* CSS Variables */
:root {
--color-1: #c2843d;
--color-2: #c4d28e;
--color-3: #a1b06d;
--color-4: #4b7c4e;
--color-5: #2d4a26;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2843d, #c4d28e, #a1b06d, #4b7c4e, #2d4a26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2843d, #c4d28e, #a1b06d, #4b7c4e, #2d4a26);
}

Desert Oasis color palette created on .