Sunlit Oasis Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sunlit Oasis palette
tavolozza dei colori Sunlit Oasis CSS
/* CSS */
.color-1 {
color: #dcbfa7;
}
.color-2 {
color: #e8d8c9;
}
.color-3 {
color: #f0ebdb;
}
.color-4 {
color: #c1e1dc;
}
.color-5 {
color: #68c0c4;
}
/* CSS Variables */
:root {
--color-1: #dcbfa7;
--color-2: #e8d8c9;
--color-3: #f0ebdb;
--color-4: #c1e1dc;
--color-5: #68c0c4;
}
CSS con gradiente di sfondo Sunlit Oasis
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcbfa7, #e8d8c9, #f0ebdb, #c1e1dc, #68c0c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcbfa7, #e8d8c9, #f0ebdb, #c1e1dc, #68c0c4);
}
Tavolozze di colori simili
Sunlit Oasis color palette created on .