Oleander Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oleander Blossom palette
Oleander Blossom color palette CSS
/* CSS */
.color-1 {
color: #f5b8b2;
}
.color-2 {
color: #f7c6a1;
}
.color-3 {
color: #f9dda4;
}
.color-4 {
color: #efe24d;
}
.color-5 {
color: #e2a09d;
}
/* CSS Variables */
:root {
--color-1: #f5b8b2;
--color-2: #f7c6a1;
--color-3: #f9dda4;
--color-4: #efe24d;
--color-5: #e2a09d;
}
Oleander Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8b2, #f7c6a1, #f9dda4, #efe24d, #e2a09d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8b2, #f7c6a1, #f9dda4, #efe24d, #e2a09d);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Oleander Blossom color palette created on .