Paleta de colores Sun and Moon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sun and Moon palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sun and Moon

Download sun and moon color palette PNG image (landscape)
Download sun and moon color palette PNG image (square)

CSS de la paleta de colores Sun and Moon

/* CSS */
.color-1 {
color: #f8e2aa;
}
.color-2 {
color: #fcbc78;
}
.color-3 {
color: #ff7a38;
}
.color-4 {
color: #d64a3d;
}
.color-5 {
color: #4a2c63;
}

/* CSS Variables */
:root {
--color-1: #f8e2aa;
--color-2: #fcbc78;
--color-3: #ff7a38;
--color-4: #d64a3d;
--color-5: #4a2c63;
}

CSS del degradado de fondo Sun and Moon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2aa, #fcbc78, #ff7a38, #d64a3d, #4a2c63);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2aa, #fcbc78, #ff7a38, #d64a3d, #4a2c63);
}

Sun and Moon color palette created on .