Serene Oasis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Oasis palette

Condividi questa palette a:

tavolozza dei colori Serene Oasis CSS

/* CSS */
.color-1 {
color: #e1d8c7;
}
.color-2 {
color: #b7c9b0;
}
.color-3 {
color: #a1c6d4;
}
.color-4 {
color: #7eb4a0;
}
.color-5 {
color: #4f8c8b;
}

/* CSS Variables */
:root {
--color-1: #e1d8c7;
--color-2: #b7c9b0;
--color-3: #a1c6d4;
--color-4: #7eb4a0;
--color-5: #4f8c8b;
}

CSS con gradiente di sfondo Serene Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1d8c7, #b7c9b0, #a1c6d4, #7eb4a0, #4f8c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1d8c7, #b7c9b0, #a1c6d4, #7eb4a0, #4f8c8b);
}

Serene Oasis color palette created on .