Paleta de colores Galactic Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Galactic Serenity palette
CSS de la paleta de colores Galactic Serenity
/* CSS */
.color-1 {
color: #2a90bb;
}
.color-2 {
color: #4bc2d8;
}
.color-3 {
color: #7dedd7;
}
.color-4 {
color: #a4f4b1;
}
.color-5 {
color: #f9df8b;
}
/* CSS Variables */
:root {
--color-1: #2a90bb;
--color-2: #4bc2d8;
--color-3: #7dedd7;
--color-4: #a4f4b1;
--color-5: #f9df8b;
}
CSS del degradado de fondo Galactic Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a90bb, #4bc2d8, #7dedd7, #a4f4b1, #f9df8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a90bb, #4bc2d8, #7dedd7, #a4f4b1, #f9df8b);
}
Paletas de colores similares
Galactic Serenity color palette created on .