Bloomy Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bloomy Blue palette

Share this palette to:

Bloomy Blue color palette CSS

/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #a5d26a;
}
.color-4 {
color: #5f9b78;
}
.color-5 {
color: #2b6d9c;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f1c84b;
--color-3: #a5d26a;
--color-4: #5f9b78;
--color-5: #2b6d9c;
}

Bloomy Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f1c84b, #a5d26a, #5f9b78, #2b6d9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f1c84b, #a5d26a, #5f9b78, #2b6d9c);
}

Bloomy Blue color palette created on .