Paleta de colores Savor the Summer Bite
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Savor the Summer Bite palette
CSS de la paleta de colores Savor the Summer Bite
/* 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;
}
CSS del degradado de fondo Savor the Summer Bite
/* 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);
}
Paletas de colores similares
Savor the Summer Bite color palette created on .