Malibu Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Malibu Dreamscape palette
Malibu Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #7ec8f7;
}
.color-2 {
color: #a6e3f2;
}
.color-3 {
color: #f1b7d4;
}
.color-4 {
color: #f9c57b;
}
.color-5 {
color: #f09800;
}
/* CSS Variables */
:root {
--color-1: #7ec8f7;
--color-2: #a6e3f2;
--color-3: #f1b7d4;
--color-4: #f9c57b;
--color-5: #f09800;
}
Malibu Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ec8f7, #a6e3f2, #f1b7d4, #f9c57b, #f09800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ec8f7, #a6e3f2, #f1b7d4, #f9c57b, #f09800);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Malibu Dreamscape color palette created on .