Dark Fairy Cottage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Fairy Cottage palette
Dark Fairy Cottage color palette PNG image
Dark Fairy Cottage color palette CSS
/* CSS */
.color-1 {
color: #1f0a1d;
}
.color-2 {
color: #360f38;
}
.color-3 {
color: #4c1541;
}
.color-4 {
color: #761e5b;
}
.color-5 {
color: #5c2dc8;
}
/* CSS Variables */
:root {
--color-1: #1f0a1d;
--color-2: #360f38;
--color-3: #4c1541;
--color-4: #761e5b;
--color-5: #5c2dc8;
}
Dark Fairy Cottage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f0a1d, #360f38, #4c1541, #761e5b, #5c2dc8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f0a1d, #360f38, #4c1541, #761e5b, #5c2dc8);
}
Similar color palettes
Dark Fairy Cottage color palette created on .