Devon's Garden Bliss Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Devon's Garden Bliss palette
Devon's Garden Bliss color palette CSS
/* CSS */
.color-1 {
color: #f6a7b3;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #f2e5b5;
}
.color-4 {
color: #b5d7b2;
}
.color-5 {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--color-1: #f6a7b3;
--color-2: #f8caa5;
--color-3: #f2e5b5;
--color-4: #b5d7b2;
--color-5: #a3c7e0;
}
Devon's Garden Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b3, #f8caa5, #f2e5b5, #b5d7b2, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b3, #f8caa5, #f2e5b5, #b5d7b2, #a3c7e0);
}
Similar color palettes
Devon's Garden Bliss color palette created on .