Ice Dagger Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ice Dagger palette
Ice Dagger color palette CSS
/* CSS */
.color-1 {
color: #a9d3e0;
}
.color-2 {
color: #88c9d3;
}
.color-3 {
color: #5fb2bf;
}
.color-4 {
color: #3c8d96;
}
.color-5 {
color: #1e596b;
}
/* CSS Variables */
:root {
--color-1: #a9d3e0;
--color-2: #88c9d3;
--color-3: #5fb2bf;
--color-4: #3c8d96;
--color-5: #1e596b;
}
Ice Dagger background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d3e0, #88c9d3, #5fb2bf, #3c8d96, #1e596b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d3e0, #88c9d3, #5fb2bf, #3c8d96, #1e596b);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Ice Dagger color palette created on .