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: #a9d9ea;
}
.color-2 {
color: #4ccdc4;
}
.color-3 {
color: #2ea890;
}
.color-4 {
color: #1b8d5c;
}
.color-5 {
color: #1c5e4e;
}

/* CSS Variables */
:root {
--color-1: #a9d9ea;
--color-2: #4ccdc4;
--color-3: #2ea890;
--color-4: #1b8d5c;
--color-5: #1c5e4e;
}

Literary Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d9ea, #4ccdc4, #2ea890, #1b8d5c, #1c5e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d9ea, #4ccdc4, #2ea890, #1b8d5c, #1c5e4e);
}

Literary Oasis color palette created on .