Crimson Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Oasis palette
Color Inspiration
Images that showcase this color palette in real designs
Download Crimson Oasis Color Palette (PNG)
Crimson Oasis color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #9b1222;
}
.color-3 {
color: #b2aeae;
}
.color-4 {
color: #9abd1f;
}
.color-5 {
color: #3da5d1;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #9b1222;
--color-3: #b2aeae;
--color-4: #9abd1f;
--color-5: #3da5d1;
}
Crimson Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #9b1222, #b2aeae, #9abd1f, #3da5d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #9b1222, #b2aeae, #9abd1f, #3da5d1);
}
Similar color palettes
Crimson Oasis color palette created on .