Dreamy Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamy Blue palette
Dreamy Blue color palette CSS
/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #fce4b0;
}
.color-3 {
color: #a4dad2;
}
.color-4 {
color: #8ebaf1;
}
.color-5 {
color: #6b9dcc;
}
/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #fce4b0;
--color-3: #a4dad2;
--color-4: #8ebaf1;
--color-5: #6b9dcc;
}
Dreamy Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #fce4b0, #a4dad2, #8ebaf1, #6b9dcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #fce4b0, #a4dad2, #8ebaf1, #6b9dcc);
}
Similar color palettes
Scroll down to explore 80+ Aesthetic color palettes
Dreamy Blue color palette created on .