Paleta de colores Starlit Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Starlit Serenity palette

Compartir esta paleta en:

Descargar la paleta de colores Starlit Serenity (PNG)

Download starlit serenity color palette PNG image (landscape)
Download starlit serenity color palette PNG image (square)

CSS de la paleta de colores Starlit Serenity

/* CSS */
.color-1 {
color: #1d1e2a;
}
.color-2 {
color: #4b4e6c;
}
.color-3 {
color: #6f7a9b;
}
.color-4 {
color: #a2c7e7;
}
.color-5 {
color: #f0f5fa;
}

/* CSS Variables */
:root {
--color-1: #1d1e2a;
--color-2: #4b4e6c;
--color-3: #6f7a9b;
--color-4: #a2c7e7;
--color-5: #f0f5fa;
}

CSS del degradado de fondo Starlit Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1e2a, #4b4e6c, #6f7a9b, #a2c7e7, #f0f5fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1e2a, #4b4e6c, #6f7a9b, #a2c7e7, #f0f5fa);
}

Starlit Serenity color palette created on .