Enchanted Garden Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Enchanted Garden Whispers palette
Enchanted Garden Whispers color palette CSS
/* CSS */
.color-1 {
color: #e2c965;
}
.color-2 {
color: #e49bcf;
}
.color-3 {
color: #c64eba;
}
.color-4 {
color: #a56d2c;
}
.color-5 {
color: #2a6053;
}
/* CSS Variables */
:root {
--color-1: #e2c965;
--color-2: #e49bcf;
--color-3: #c64eba;
--color-4: #a56d2c;
--color-5: #2a6053;
}
Enchanted Garden Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c965, #e49bcf, #c64eba, #a56d2c, #2a6053);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c965, #e49bcf, #c64eba, #a56d2c, #2a6053);
}
Similar color palettes
Enchanted Garden Whispers color palette created on .