Blue Coldplay Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Coldplay palette

Share this palette to:

Blue Coldplay color palette CSS

/* CSS */
.color-1 {
color: #3b4c91;
}
.color-2 {
color: #5c7db2;
}
.color-3 {
color: #84b8e6;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f98c1f;
}

/* CSS Variables */
:root {
--color-1: #3b4c91;
--color-2: #5c7db2;
--color-3: #84b8e6;
--color-4: #f1c84b;
--color-5: #f98c1f;
}

Blue Coldplay background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4c91, #5c7db2, #84b8e6, #f1c84b, #f98c1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4c91, #5c7db2, #84b8e6, #f1c84b, #f98c1f);
}

Blue Coldplay color palette created on .