Coquette Blue Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coquette Blue Dreams palette

Share this palette to:

Coquette Blue Dreams color palette CSS

/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #f1b1d2;
}
.color-3 {
color: #f9b44e;
}
.color-4 {
color: #f6b3a7;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #f1b1d2;
--color-3: #f9b44e;
--color-4: #f6b3a7;
--color-5: #eab8d1;
}

Coquette Blue Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #f1b1d2, #f9b44e, #f6b3a7, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #f1b1d2, #f9b44e, #f6b3a7, #eab8d1);
}

Coquette Blue Dreams color palette created on .