Malibu Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Malibu Blue palette

Share this palette to:

Malibu Blue color palette CSS

/* 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;
}

Malibu Blue background gradient CSS

/* 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);
}

Malibu Blue color palette created on .