Looey's Whimsical Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Looey's Whimsical Garden palette
Looey's Whimsical Garden color palette CSS
/* CSS */
.color-1 {
color: #a8d6e6;
}
.color-2 {
color: #f7b2a1;
}
.color-3 {
color: #f5c67a;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d85f8d;
}
/* CSS Variables */
:root {
--color-1: #a8d6e6;
--color-2: #f7b2a1;
--color-3: #f5c67a;
--color-4: #f6b83c;
--color-5: #d85f8d;
}
Looey's Whimsical Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d6e6, #f7b2a1, #f5c67a, #f6b83c, #d85f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d6e6, #f7b2a1, #f5c67a, #f6b83c, #d85f8d);
}
Similar color palettes
Looey's Whimsical Garden color palette created on .