Desert Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Serenity palette

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

Desert Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #d2c7b2;
}
.color-2 {
color: #a5b58c;
}
.color-3 {
color: #c57959;
}
.color-4 {
color: #e4d4c8;
}
.color-5 {
color: #f3f0e7;
}

/* CSS Variables */
:root {
--color-1: #d2c7b2;
--color-2: #a5b58c;
--color-3: #c57959;
--color-4: #e4d4c8;
--color-5: #f3f0e7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c7b2, #a5b58c, #c57959, #e4d4c8, #f3f0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c7b2, #a5b58c, #c57959, #e4d4c8, #f3f0e7);
}

Desert Serenity color palette created on .