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: #f6b6bf;
}
.color-2 {
color: #fbcf23;
}
.color-3 {
color: #f15a3b;
}
.color-4 {
color: #a34d2e;
}
.color-5 {
color: #553216;
}
/* CSS Variables */
:root {
--color-1: #f6b6bf;
--color-2: #fbcf23;
--color-3: #f15a3b;
--color-4: #a34d2e;
--color-5: #553216;
}
CSS del degradado de fondo Autumn's Warm Embrace
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b6bf, #fbcf23, #f15a3b, #a34d2e, #553216);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b6bf, #fbcf23, #f15a3b, #a34d2e, #553216);
}
Paletas de colores similares
Autumn's Warm Embrace color palette created on .