Blushing Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Oasis palette
Blushing Oasis color palette CSS
/* CSS */
.color-1 {
color: #fe2aa2;
}
.color-2 {
color: #f27891;
}
.color-3 {
color: #f5b8c4;
}
.color-4 {
color: #f2d4e4;
}
.color-5 {
color: #e6c1dc;
}
/* CSS Variables */
:root {
--color-1: #fe2aa2;
--color-2: #f27891;
--color-3: #f5b8c4;
--color-4: #f2d4e4;
--color-5: #e6c1dc;
}
Blushing Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe2aa2, #f27891, #f5b8c4, #f2d4e4, #e6c1dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe2aa2, #f27891, #f5b8c4, #f2d4e4, #e6c1dc);
}
Similar color palettes
Blushing Oasis color palette created on .