Crimson Clarity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Clarity palette

Share this palette to:

Crimson Clarity color palette CSS

/* CSS */
.color-1 {
color: #d33131;
}
.color-2 {
color: #f44034;
}
.color-3 {
color: #ff6557;
}
.color-4 {
color: #ffa98f;
}
.color-5 {
color: #ffd54d;
}

/* CSS Variables */
:root {
--color-1: #d33131;
--color-2: #f44034;
--color-3: #ff6557;
--color-4: #ffa98f;
--color-5: #ffd54d;
}

Crimson Clarity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d33131, #f44034, #ff6557, #ffa98f, #ffd54d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d33131, #f44034, #ff6557, #ffa98f, #ffd54d);
}

Crimson Clarity color palette created on .