Malibu Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Malibu Blue palette
Malibu Blue color palette CSS
/* CSS */
.color-1 {
color: #7ec8f7;
}
.color-2 {
color: #5ea0d9;
}
.color-3 {
color: #3b7aba;
}
.color-4 {
color: #295b89;
}
.color-5 {
color: #1a406b;
}
/* CSS Variables */
:root {
--color-1: #7ec8f7;
--color-2: #5ea0d9;
--color-3: #3b7aba;
--color-4: #295b89;
--color-5: #1a406b;
}
Malibu Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ec8f7, #5ea0d9, #3b7aba, #295b89, #1a406b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ec8f7, #5ea0d9, #3b7aba, #295b89, #1a406b);
}
Similar color palettes
Malibu Blue color palette created on .