Crimson Shield Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Shield palette

Share this palette to:

Crimson Shield color palette CSS

/* CSS */
.color-1 {
color: #0a2457;
}
.color-2 {
color: #1e4876;
}
.color-3 {
color: #38a4c2;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #e63746;
}

/* CSS Variables */
:root {
--color-1: #0a2457;
--color-2: #1e4876;
--color-3: #38a4c2;
--color-4: #f0a800;
--color-5: #e63746;
}

Crimson Shield background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a2457, #1e4876, #38a4c2, #f0a800, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a2457, #1e4876, #38a4c2, #f0a800, #e63746);
}

Crimson Shield color palette created on .