Paleta de colores Starlit Reverie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Starlit Reverie palette

Compartir esta paleta en:

CSS de la paleta de colores Starlit Reverie

/* CSS */
.color-1 {
color: #1f203d;
}
.color-2 {
color: #4b3d66;
}
.color-3 {
color: #6e4e8d;
}
.color-4 {
color: #a76c9e;
}
.color-5 {
color: #d8b0d2;
}

/* CSS Variables */
:root {
--color-1: #1f203d;
--color-2: #4b3d66;
--color-3: #6e4e8d;
--color-4: #a76c9e;
--color-5: #d8b0d2;
}

CSS del degradado de fondo Starlit Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f203d, #4b3d66, #6e4e8d, #a76c9e, #d8b0d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f203d, #4b3d66, #6e4e8d, #a76c9e, #d8b0d2);
}

Starlit Reverie color palette created on .