Crimson Web Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Web palette

Share this palette to:

Crimson Web color palette CSS

/* CSS */
.color-1 {
color: #f7c5c5;
}
.color-2 {
color: #ff9e9e;
}
.color-3 {
color: #ff5c5c;
}
.color-4 {
color: #ff2929;
}
.color-5 {
color: #e63746;
}

/* CSS Variables */
:root {
--color-1: #f7c5c5;
--color-2: #ff9e9e;
--color-3: #ff5c5c;
--color-4: #ff2929;
--color-5: #e63746;
}

Crimson Web background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5c5, #ff9e9e, #ff5c5c, #ff2929, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5c5, #ff9e9e, #ff5c5c, #ff2929, #e63746);
}

Crimson Web color palette created on .