Paleta de colores Autumn's Warm Embrace
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Autumn's Warm Embrace palette
CSS de la paleta de colores Autumn's Warm Embrace
/* CSS */
.color-1 {
color: #fc8389;
}
.color-2 {
color: #fdc708;
}
.color-3 {
color: #fb3a13;
}
.color-4 {
color: #c23405;
}
.color-5 {
color: #6d2a03;
}
/* CSS Variables */
:root {
--color-1: #fc8389;
--color-2: #fdc708;
--color-3: #fb3a13;
--color-4: #c23405;
--color-5: #6d2a03;
}
CSS del degradado de fondo Autumn's Warm Embrace
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fc8389, #fdc708, #fb3a13, #c23405, #6d2a03);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fc8389, #fdc708, #fb3a13, #c23405, #6d2a03);
}
Paletas de colores similares
Autumn's Warm Embrace color palette created on .