Mythical Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mythical Oasis palette
Mythical Oasis color palette CSS
/* CSS */
.color-1 {
color: #6bb3e6;
}
.color-2 {
color: #409c9a;
}
.color-3 {
color: #f3ca4f;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #d8544f;
}
/* CSS Variables */
:root {
--color-1: #6bb3e6;
--color-2: #409c9a;
--color-3: #f3ca4f;
--color-4: #ff6e61;
--color-5: #d8544f;
}
Mythical Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bb3e6, #409c9a, #f3ca4f, #ff6e61, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bb3e6, #409c9a, #f3ca4f, #ff6e61, #d8544f);
}
Similar color palettes
Mythical Oasis color palette created on .