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