Paleta de colores Blood Moon
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blood Moon palette
CSS de la paleta de colores Blood Moon
/* CSS */
.color-1 {
color: #f79673;
}
.color-2 {
color: #fbab8e;
}
.color-3 {
color: #fec7be;
}
.color-4 {
color: #ffe0cc;
}
.color-5 {
color: #fff5eb;
}
/* CSS Variables */
:root {
--color-1: #f79673;
--color-2: #fbab8e;
--color-3: #fec7be;
--color-4: #ffe0cc;
--color-5: #fff5eb;
}
CSS del degradado de fondo Blood Moon
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f79673, #fbab8e, #fec7be, #ffe0cc, #fff5eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f79673, #fbab8e, #fec7be, #ffe0cc, #fff5eb);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 80+ paletas de colores Albaricoque
Blood Moon color palette created on .