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