Paleta de colores Megatron
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Megatron palette
Descargar la paleta de colores Megatron (PNG)
CSS de la paleta de colores Megatron
/* CSS */
.color-1 {
color: #1f2e3d;
}
.color-2 {
color: #4a6a8c;
}
.color-3 {
color: #8f9bb3;
}
.color-4 {
color: #c8dae5;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #1f2e3d;
--color-2: #4a6a8c;
--color-3: #8f9bb3;
--color-4: #c8dae5;
--color-5: #f0a800;
}
CSS del degradado de fondo Megatron
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2e3d, #4a6a8c, #8f9bb3, #c8dae5, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2e3d, #4a6a8c, #8f9bb3, #c8dae5, #f0a800);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1000+ paletas de colores colors.robot
Megatron color palette created on .