Regal Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Regal Oasis palette
Regal Oasis color palette CSS
/* CSS */
.color-1 {
color: #a35c8b;
}
.color-2 {
color: #f9c48b;
}
.color-3 {
color: #f1e6a7;
}
.color-4 {
color: #9cd3c2;
}
.color-5 {
color: #6aabf1;
}
/* CSS Variables */
:root {
--color-1: #a35c8b;
--color-2: #f9c48b;
--color-3: #f1e6a7;
--color-4: #9cd3c2;
--color-5: #6aabf1;
}
Regal Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a35c8b, #f9c48b, #f1e6a7, #9cd3c2, #6aabf1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a35c8b, #f9c48b, #f1e6a7, #9cd3c2, #6aabf1);
}
Similar color palettes
Scroll down to explore 90+ Aesthetic color palettes
Regal Oasis color palette created on .