Blue Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Blossom palette

Share this palette to:

Blue Blossom color palette CSS

/* CSS */
.color-1 {
color: #59b5e3;
}
.color-2 {
color: #4ea0c6;
}
.color-3 {
color: #398eac;
}
.color-4 {
color: #2b7b8c;
}
.color-5 {
color: #205160;
}

/* CSS Variables */
:root {
--color-1: #59b5e3;
--color-2: #4ea0c6;
--color-3: #398eac;
--color-4: #2b7b8c;
--color-5: #205160;
}

Blue Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #59b5e3, #4ea0c6, #398eac, #2b7b8c, #205160);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #59b5e3, #4ea0c6, #398eac, #2b7b8c, #205160);
}

Blue Blossom color palette created on .