Winter Swamp Fairy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Swamp Fairy palette
Winter Swamp Fairy color palette PNG image
Winter Swamp Fairy color palette CSS
/* CSS */
.color-1 {
color: #1a3a3d;
}
.color-2 {
color: #4c7b7b;
}
.color-3 {
color: #6eb1b4;
}
.color-4 {
color: #a5e3c2;
}
.color-5 {
color: #e4f6e8;
}
/* CSS Variables */
:root {
--color-1: #1a3a3d;
--color-2: #4c7b7b;
--color-3: #6eb1b4;
--color-4: #a5e3c2;
--color-5: #e4f6e8;
}
Winter Swamp Fairy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a3a3d, #4c7b7b, #6eb1b4, #a5e3c2, #e4f6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a3a3d, #4c7b7b, #6eb1b4, #a5e3c2, #e4f6e8);
}
Similar color palettes
Winter Swamp Fairy color palette created on .