Desert Rose Tones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Rose Tones palette

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

Desert Rose Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #f0ba99;
}
.color-2 {
color: #e7a36f;
}
.color-3 {
color: #d88a5a;
}
.color-4 {
color: #c76b4d;
}
.color-5 {
color: #b0543b;
}

/* CSS Variables */
:root {
--color-1: #f0ba99;
--color-2: #e7a36f;
--color-3: #d88a5a;
--color-4: #c76b4d;
--color-5: #b0543b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0ba99, #e7a36f, #d88a5a, #c76b4d, #b0543b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0ba99, #e7a36f, #d88a5a, #c76b4d, #b0543b);
}

Desert Rose Tones color palette created on .