Blue Chance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Chance palette

Share this palette to:

Blue Chance color palette CSS

/* CSS */
.color-1 {
color: #4a9cd3;
}
.color-2 {
color: #6ebfe7;
}
.color-3 {
color: #a3d7e0;
}
.color-4 {
color: #f6a6a2;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #4a9cd3;
--color-2: #6ebfe7;
--color-3: #a3d7e0;
--color-4: #f6a6a2;
--color-5: #ff6e61;
}

Blue Chance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a9cd3, #6ebfe7, #a3d7e0, #f6a6a2, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a9cd3, #6ebfe7, #a3d7e0, #f6a6a2, #ff6e61);
}

Blue Chance color palette created on .