Sunset Sorbet Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Sorbet palette
Sunset Sorbet color palette CSS
/* CSS */
.color-1 {
color: #fda191;
}
.color-2 {
color: #fdb9aa;
}
.color-3 {
color: #fed5b4;
}
.color-4 {
color: #fee2be;
}
.color-5 {
color: #fef2d2;
}
/* CSS Variables */
:root {
--color-1: #fda191;
--color-2: #fdb9aa;
--color-3: #fed5b4;
--color-4: #fee2be;
--color-5: #fef2d2;
}
Sunset Sorbet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fda191, #fdb9aa, #fed5b4, #fee2be, #fef2d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fda191, #fdb9aa, #fed5b4, #fee2be, #fef2d2);
}
Similar color palettes
Sunset Sorbet color palette created on .