Crimson Valor Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Valor palette

Share this palette to:

Crimson Valor color palette CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff9966;
}
.color-5 {
color: #ffb3b3;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ffcc00;
--color-3: #ffd900;
--color-4: #ff9966;
--color-5: #ffb3b3;
}

Crimson Valor background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ffcc00, #ffd900, #ff9966, #ffb3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ffcc00, #ffd900, #ff9966, #ffb3b3);
}

Crimson Valor color palette created on .