Savor the Summer Bite Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Savor the Summer Bite palette

Share this palette to:

Savor the Summer Bite color palette CSS

/* CSS */
.color-1 {
color: #ff6933;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #00bdd6;
}
.color-5 {
color: #e92063;
}

/* CSS Variables */
:root {
--color-1: #ff6933;
--color-2: #ffb300;
--color-3: #4cae4f;
--color-4: #00bdd6;
--color-5: #e92063;
}

Savor the Summer Bite background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6933, #ffb300, #4cae4f, #00bdd6, #e92063);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6933, #ffb300, #4cae4f, #00bdd6, #e92063);
}

Savor the Summer Bite color palette created on .