Sunkissed Crimson Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunkissed Crimson palette
Sunkissed Crimson color palette CSS
/* CSS */
.color-1 {
color: #6a3e3e;
}
.color-2 {
color: #a45b5b;
}
.color-3 {
color: #c76b6b;
}
.color-4 {
color: #d89d9d;
}
.color-5 {
color: #eab8b8;
}
/* CSS Variables */
:root {
--color-1: #6a3e3e;
--color-2: #a45b5b;
--color-3: #c76b6b;
--color-4: #d89d9d;
--color-5: #eab8b8;
}
Sunkissed Crimson background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a3e3e, #a45b5b, #c76b6b, #d89d9d, #eab8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a3e3e, #a45b5b, #c76b6b, #d89d9d, #eab8b8);
}
Similar color palettes
Scroll down to explore 100+ Burgundy color palettes
Sunkissed Crimson color palette created on .