Resilient Blossoms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Resilient Blossoms palette
Resilient Blossoms color palette CSS
/* CSS */
.color-1 {
color: #fcb597;
}
.color-2 {
color: #fcc49c;
}
.color-3 {
color: #fde3af;
}
.color-4 {
color: #e7f797;
}
.color-5 {
color: #8cf2b0;
}
/* CSS Variables */
:root {
--color-1: #fcb597;
--color-2: #fcc49c;
--color-3: #fde3af;
--color-4: #e7f797;
--color-5: #8cf2b0;
}
Resilient Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcb597, #fcc49c, #fde3af, #e7f797, #8cf2b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcb597, #fcc49c, #fde3af, #e7f797, #8cf2b0);
}
Similar color palettes
Resilient Blossoms color palette created on .