Malibu Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Malibu palette
Color Inspiration
Images that showcase this color palette in real designs
Download Malibu Color Palette (PNG)
Malibu color palette CSS
/* CSS */
.color-1 {
color: #0091eb;
}
.color-2 {
color: #00aeff;
}
.color-3 {
color: #80d9ff;
}
.color-4 {
color: #a8ffeb;
}
.color-5 {
color: #b0ff57;
}
/* CSS Variables */
:root {
--color-1: #0091eb;
--color-2: #00aeff;
--color-3: #80d9ff;
--color-4: #a8ffeb;
--color-5: #b0ff57;
}
Malibu background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0091eb, #00aeff, #80d9ff, #a8ffeb, #b0ff57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0091eb, #00aeff, #80d9ff, #a8ffeb, #b0ff57);
}
Similar color palettes
Scroll down to explore 1000+ Blue color palettes
Malibu color palette created on .