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