Desert Serenity Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Desert Serenity palette
tavolozza dei colori Desert Serenity CSS
/* CSS */
.color-1 {
color: #d16e4d;
}
.color-2 {
color: #a45b77;
}
.color-3 {
color: #7c9c9b;
}
.color-4 {
color: #4c908f;
}
.color-5 {
color: #c5b6a6;
}
/* CSS Variables */
:root {
--color-1: #d16e4d;
--color-2: #a45b77;
--color-3: #7c9c9b;
--color-4: #4c908f;
--color-5: #c5b6a6;
}
CSS con gradiente di sfondo Desert Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d16e4d, #a45b77, #7c9c9b, #4c908f, #c5b6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d16e4d, #a45b77, #7c9c9b, #4c908f, #c5b6a6);
}
Tavolozze di colori simili
Desert Serenity color palette created on .