Cory's Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cory's Oasis palette
Cory's Oasis color palette CSS
/* CSS */
.color-1 {
color: #1d8b89;
}
.color-2 {
color: #4cb8a0;
}
.color-3 {
color: #7ad1b7;
}
.color-4 {
color: #b2f0d1;
}
.color-5 {
color: #f9f9ae;
}
/* CSS Variables */
:root {
--color-1: #1d8b89;
--color-2: #4cb8a0;
--color-3: #7ad1b7;
--color-4: #b2f0d1;
--color-5: #f9f9ae;
}
Cory's Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d8b89, #4cb8a0, #7ad1b7, #b2f0d1, #f9f9ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d8b89, #4cb8a0, #7ad1b7, #b2f0d1, #f9f9ae);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Cory's Oasis color palette created on .