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