Paleta de colores Sun and Moon
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sun and Moon palette
Imagen PNG de la paleta de colores Sun and Moon
CSS de la paleta de colores Sun and Moon
/* CSS */
.color-1 {
color: #fef4d7;
}
.color-2 {
color: #fff4eb;
}
.color-3 {
color: #fde9e7;
}
.color-4 {
color: #efe8f7;
}
.color-5 {
color: #ccbfe3;
}
/* CSS Variables */
:root {
--color-1: #fef4d7;
--color-2: #fff4eb;
--color-3: #fde9e7;
--color-4: #efe8f7;
--color-5: #ccbfe3;
}
CSS del degradado de fondo Sun and Moon
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fef4d7, #fff4eb, #fde9e7, #efe8f7, #ccbfe3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fef4d7, #fff4eb, #fde9e7, #efe8f7, #ccbfe3);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 30+ paletas de colores Beige
Sun and Moon color palette created on .