Crimson Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Embrace palette
Crimson Embrace color palette CSS
/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #6d4c4a;
}
.color-3 {
color: #a94c4c;
}
.color-4 {
color: #ffb3b3;
}
.color-5 {
color: #ff8080;
}
/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #6d4c4a;
--color-3: #a94c4c;
--color-4: #ffb3b3;
--color-5: #ff8080;
}
Crimson Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #6d4c4a, #a94c4c, #ffb3b3, #ff8080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #6d4c4a, #a94c4c, #ffb3b3, #ff8080);
}
Similar color palettes
Scroll down to explore 100+ Red color palettes
Crimson Embrace color palette created on .