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