Olivia's Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Olivia's Garden palette
Olivia's Garden color palette CSS
/* CSS */
.color-1 {
color: #f6a7c1;
}
.color-2 {
color: #f6d4a2;
}
.color-3 {
color: #a6e0a3;
}
.color-4 {
color: #86c1e9;
}
.color-5 {
color: #eab8e4;
}
/* CSS Variables */
:root {
--color-1: #f6a7c1;
--color-2: #f6d4a2;
--color-3: #a6e0a3;
--color-4: #86c1e9;
--color-5: #eab8e4;
}
Olivia's Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7c1, #f6d4a2, #a6e0a3, #86c1e9, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7c1, #f6d4a2, #a6e0a3, #86c1e9, #eab8e4);
}
Similar color palettes
Olivia's Garden color palette created on .