Paleta de colores Futuristic Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Futuristic Serenity palette
Imagen PNG de la paleta de colores Futuristic Serenity
CSS de la paleta de colores Futuristic Serenity
/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #4b5f9b;
}
.color-3 {
color: #7a9cb3;
}
.color-4 {
color: #c5d1e7;
}
.color-5 {
color: #e8e8e8;
}
/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #4b5f9b;
--color-3: #7a9cb3;
--color-4: #c5d1e7;
--color-5: #e8e8e8;
}
CSS del degradado de fondo Futuristic Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #4b5f9b, #7a9cb3, #c5d1e7, #e8e8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #4b5f9b, #7a9cb3, #c5d1e7, #e8e8e8);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1000+ paletas de colores Frío
Futuristic Serenity color palette created on .