Paleta de colores Starlit Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Starlit Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Starlit Serenity

/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #49536e;
}
.color-3 {
color: #7a8b9f;
}
.color-4 {
color: #a1c4e2;
}
.color-5 {
color: #d2e8f4;
}

/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #49536e;
--color-3: #7a8b9f;
--color-4: #a1c4e2;
--color-5: #d2e8f4;
}

CSS del degradado de fondo Starlit Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #49536e, #7a8b9f, #a1c4e2, #d2e8f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #49536e, #7a8b9f, #a1c4e2, #d2e8f4);
}

Starlit Serenity color palette created on .