Warm Juno Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Juno palette

Share this palette to:

Warm Juno color palette CSS

/* CSS */
.color-1 {
color: #f8c8a0;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f48e1a;
}
.color-4 {
color: #d67d38;
}
.color-5 {
color: #c4583b;
}

/* CSS Variables */
:root {
--color-1: #f8c8a0;
--color-2: #f5a524;
--color-3: #f48e1a;
--color-4: #d67d38;
--color-5: #c4583b;
}

Warm Juno background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c8a0, #f5a524, #f48e1a, #d67d38, #c4583b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c8a0, #f5a524, #f48e1a, #d67d38, #c4583b);
}

Warm Juno color palette created on .