Cerebral Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cerebral Oasis palette
Cerebral Oasis color palette CSS
/* CSS */
.color-1 {
color: #4c94d6;
}
.color-2 {
color: #6cb5e0;
}
.color-3 {
color: #88d9e7;
}
.color-4 {
color: #aff3e1;
}
.color-5 {
color: #f2f7f6;
}
/* CSS Variables */
:root {
--color-1: #4c94d6;
--color-2: #6cb5e0;
--color-3: #88d9e7;
--color-4: #aff3e1;
--color-5: #f2f7f6;
}
Cerebral Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c94d6, #6cb5e0, #88d9e7, #aff3e1, #f2f7f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c94d6, #6cb5e0, #88d9e7, #aff3e1, #f2f7f6);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Cerebral Oasis color palette created on .