Claret Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Claret Dream palette
Claret Dream color palette PNG image
Claret Dream color palette CSS
/* CSS */
.color-1 {
color: #7d1734;
}
.color-2 {
color: #a62b4c;
}
.color-3 {
color: #d15c6d;
}
.color-4 {
color: #f5a88e;
}
.color-5 {
color: #f1d3b1;
}
/* CSS Variables */
:root {
--color-1: #7d1734;
--color-2: #a62b4c;
--color-3: #d15c6d;
--color-4: #f5a88e;
--color-5: #f1d3b1;
}
Claret Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d1734, #a62b4c, #d15c6d, #f5a88e, #f1d3b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d1734, #a62b4c, #d15c6d, #f5a88e, #f1d3b1);
}
Similar color palettes
Claret Dream color palette created on .