Spring Burst Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Spring Burst palette
Spring Burst color palette PNG image
Spring Burst color palette CSS
/* CSS */
.color-1 {
color: #e9ecda;
}
.color-2 {
color: #eed5af;
}
.color-3 {
color: #ebbb93;
}
.color-4 {
color: #e7b6c5;
}
.color-5 {
color: #c4b1cd;
}
/* CSS Variables */
:root {
--color-1: #e9ecda;
--color-2: #eed5af;
--color-3: #ebbb93;
--color-4: #e7b6c5;
--color-5: #c4b1cd;
}
Spring Burst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9ecda, #eed5af, #ebbb93, #e7b6c5, #c4b1cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9ecda, #eed5af, #ebbb93, #e7b6c5, #c4b1cd);
}
Similar color palettes
Spring Burst color palette created on .