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