Rosy Enchantment Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rosy Enchantment palette
Rosy Enchantment color palette CSS
/* CSS */
.color-1 {
color: #f2a6c6;
}
.color-2 {
color: #e76e89;
}
.color-3 {
color: #d75b7c;
}
.color-4 {
color: #c43b64;
}
.color-5 {
color: #a8345e;
}
/* CSS Variables */
:root {
--color-1: #f2a6c6;
--color-2: #e76e89;
--color-3: #d75b7c;
--color-4: #c43b64;
--color-5: #a8345e;
}
Rosy Enchantment background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6c6, #e76e89, #d75b7c, #c43b64, #a8345e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6c6, #e76e89, #d75b7c, #c43b64, #a8345e);
}
Similar color palettes
Rosy Enchantment color palette created on .