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