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