Krylova's Enchanted Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Krylova's Enchanted Garden palette
Krylova's Enchanted Garden color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb347;
}
.color-3 {
color: #f2e03a;
}
.color-4 {
color: #6fbe7f;
}
.color-5 {
color: #4b91e2;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb347;
--color-3: #f2e03a;
--color-4: #6fbe7f;
--color-5: #4b91e2;
}
Krylova's Enchanted Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb347, #f2e03a, #6fbe7f, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb347, #f2e03a, #6fbe7f, #4b91e2);
}
Similar color palettes
Krylova's Enchanted Garden color palette created on .