Dreamy Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Blue palette

Share this palette to:

Dreamy Blue color palette CSS

/* CSS */
.color-1 {
color: #f9dc67;
}
.color-2 {
color: #facbb2;
}
.color-3 {
color: #fae0ed;
}
.color-4 {
color: #cae7f2;
}
.color-5 {
color: #b3c7ea;
}

/* CSS Variables */
:root {
--color-1: #f9dc67;
--color-2: #facbb2;
--color-3: #fae0ed;
--color-4: #cae7f2;
--color-5: #b3c7ea;
}

Dreamy Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9dc67, #facbb2, #fae0ed, #cae7f2, #b3c7ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9dc67, #facbb2, #fae0ed, #cae7f2, #b3c7ea);
}

Dreamy Blue color palette created on .