Crimson Allure Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Allure palette
Crimson Allure color palette CSS
/* CSS */
.color-1 {
color: #4a0d2c;
}
.color-2 {
color: #a12b4e;
}
.color-3 {
color: #d65c7e;
}
.color-4 {
color: #e8a1ae;
}
.color-5 {
color: #f4c8d6;
}
/* CSS Variables */
:root {
--color-1: #4a0d2c;
--color-2: #a12b4e;
--color-3: #d65c7e;
--color-4: #e8a1ae;
--color-5: #f4c8d6;
}
Crimson Allure background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a0d2c, #a12b4e, #d65c7e, #e8a1ae, #f4c8d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a0d2c, #a12b4e, #d65c7e, #e8a1ae, #f4c8d6);
}
Similar color palettes
Crimson Allure color palette created on .