Pomelo Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pomelo Sunrise palette
Pomelo Sunrise color palette CSS
/* CSS */
.color-1 {
color: #f44725;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #f8b72a;
}
.color-4 {
color: #f3d458;
}
.color-5 {
color: #e9e45d;
}
/* CSS Variables */
:root {
--color-1: #f44725;
--color-2: #f47b1f;
--color-3: #f8b72a;
--color-4: #f3d458;
--color-5: #e9e45d;
}
Pomelo Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f44725, #f47b1f, #f8b72a, #f3d458, #e9e45d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f44725, #f47b1f, #f8b72a, #f3d458, #e9e45d);
}
Similar color palettes
Pomelo Sunrise color palette created on .