Paleta de colores Bittersweet Orange
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Bittersweet Orange palette
CSS de la paleta de colores Bittersweet Orange
/* CSS */
.color-1 {
color: #f78b6e;
}
.color-2 {
color: #f1b341;
}
.color-3 {
color: #f9c59f;
}
.color-4 {
color: #d63f2e;
}
.color-5 {
color: #a74c39;
}
/* CSS Variables */
:root {
--color-1: #f78b6e;
--color-2: #f1b341;
--color-3: #f9c59f;
--color-4: #d63f2e;
--color-5: #a74c39;
}
CSS del degradado de fondo Bittersweet Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f78b6e, #f1b341, #f9c59f, #d63f2e, #a74c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f78b6e, #f1b341, #f9c59f, #d63f2e, #a74c39);
}
Paletas de colores similares
Bittersweet Orange color palette created on .