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: #a4e1f4;
}
.color-3 {
color: #f3f5b7;
}
.color-4 {
color: #f7a5a1;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #7ec8f7;
--color-2: #a4e1f4;
--color-3: #f3f5b7;
--color-4: #f7a5a1;
--color-5: #ff6e61;
}

Malibu Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ec8f7, #a4e1f4, #f3f5b7, #f7a5a1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ec8f7, #a4e1f4, #f3f5b7, #f7a5a1, #ff6e61);
}

Malibu Blue color palette created on .