Literary Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Literary Oasis palette

Share this palette to:

Literary Oasis color palette CSS

/* CSS */
.color-1 {
color: #d4c1a0;
}
.color-2 {
color: #a1b2b5;
}
.color-3 {
color: #7db09d;
}
.color-4 {
color: #5e9c8e;
}
.color-5 {
color: #4f7d7a;
}

/* CSS Variables */
:root {
--color-1: #d4c1a0;
--color-2: #a1b2b5;
--color-3: #7db09d;
--color-4: #5e9c8e;
--color-5: #4f7d7a;
}

Literary Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c1a0, #a1b2b5, #7db09d, #5e9c8e, #4f7d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c1a0, #a1b2b5, #7db09d, #5e9c8e, #4f7d7a);
}

Literary Oasis color palette created on .