Gatsby's Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gatsby's Garden palette
Gatsby's Garden color palette CSS
/* CSS */
.color-1 {
color: #3c9a8b;
}
.color-2 {
color: #a9c7ba;
}
.color-3 {
color: #c1e2d4;
}
.color-4 {
color: #f3dac9;
}
.color-5 {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--color-1: #3c9a8b;
--color-2: #a9c7ba;
--color-3: #c1e2d4;
--color-4: #f3dac9;
--color-5: #f1a8a2;
}
Gatsby's Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c9a8b, #a9c7ba, #c1e2d4, #f3dac9, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c9a8b, #a9c7ba, #c1e2d4, #f3dac9, #f1a8a2);
}
Similar color palettes
Gatsby's Garden color palette created on .