Mimosa Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mimosa Sunrise palette
Mimosa Sunrise color palette CSS
/* CSS */
.color-1 {
color: #f8fdd3;
}
.color-2 {
color: #fdd6a0;
}
.color-3 {
color: #fbcb7e;
}
.color-4 {
color: #f9a94e;
}
.color-5 {
color: #e99d2b;
}
/* CSS Variables */
:root {
--color-1: #f8fdd3;
--color-2: #fdd6a0;
--color-3: #fbcb7e;
--color-4: #f9a94e;
--color-5: #e99d2b;
}
Mimosa Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8fdd3, #fdd6a0, #fbcb7e, #f9a94e, #e99d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8fdd3, #fdd6a0, #fbcb7e, #f9a94e, #e99d2b);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Mimosa Sunrise color palette created on .