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: #f5a524;
}
.color-2 {
color: #f8e0a0;
}
.color-3 {
color: #b6e2d9;
}
.color-4 {
color: #6ed4cf;
}
.color-5 {
color: #3b9fd8;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f8e0a0;
--color-3: #b6e2d9;
--color-4: #6ed4cf;
--color-5: #3b9fd8;
}

Dreamy Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f8e0a0, #b6e2d9, #6ed4cf, #3b9fd8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f8e0a0, #b6e2d9, #6ed4cf, #3b9fd8);
}

Dreamy Blue color palette created on .