Courageous Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Courageous Blue palette

Share this palette to:

Courageous Blue color palette CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #51b3a3;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #d85d3b;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #51b3a3;
--color-3: #f5c400;
--color-4: #f39c12;
--color-5: #d85d3b;
}

Courageous Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #51b3a3, #f5c400, #f39c12, #d85d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #51b3a3, #f5c400, #f39c12, #d85d3b);
}

Courageous Blue color palette created on .