Dandy Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dandy Blue palette

Share this palette to:

Dandy Blue color palette CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f3a76d;
}
.color-3 {
color: #efd56c;
}
.color-4 {
color: #a7e6b2;
}
.color-5 {
color: #6b9cd1;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f3a76d;
--color-3: #efd56c;
--color-4: #a7e6b2;
--color-5: #6b9cd1;
}

Dandy Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f3a76d, #efd56c, #a7e6b2, #6b9cd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f3a76d, #efd56c, #a7e6b2, #6b9cd1);
}

Dandy Blue color palette created on .