Crimson Curiosities Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Curiosities palette

Share this palette to:

Crimson Curiosities color palette CSS

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #e67f9c;
}
.color-4 {
color: #c83c8b;
}
.color-5 {
color: #9c2b7a;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f1a8a2;
--color-3: #e67f9c;
--color-4: #c83c8b;
--color-5: #9c2b7a;
}

Crimson Curiosities background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f1a8a2, #e67f9c, #c83c8b, #9c2b7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f1a8a2, #e67f9c, #c83c8b, #9c2b7a);
}

Crimson Curiosities color palette created on .