Blue Swirl Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Swirl palette

Share this palette to:

Blue Swirl color palette CSS

/* CSS */
.color-1 {
color: #59b7e3;
}
.color-2 {
color: #f8cd7c;
}
.color-3 {
color: #f08c00;
}
.color-4 {
color: #ff5c5c;
}
.color-5 {
color: #f15a27;
}

/* CSS Variables */
:root {
--color-1: #59b7e3;
--color-2: #f8cd7c;
--color-3: #f08c00;
--color-4: #ff5c5c;
--color-5: #f15a27;
}

Blue Swirl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #59b7e3, #f8cd7c, #f08c00, #ff5c5c, #f15a27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #59b7e3, #f8cd7c, #f08c00, #ff5c5c, #f15a27);
}

Blue Swirl color palette created on .