Crimson Dusk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Dusk palette

Share this palette to:

Crimson Dusk color palette CSS

/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #691b88;
}
.color-3 {
color: #9a2d9a;
}
.color-4 {
color: #d62e61;
}
.color-5 {
color: #ff6e42;
}

/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #691b88;
--color-3: #9a2d9a;
--color-4: #d62e61;
--color-5: #ff6e42;
}

Crimson Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #691b88, #9a2d9a, #d62e61, #ff6e42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #691b88, #9a2d9a, #d62e61, #ff6e42);
}

Crimson Dusk color palette created on .