Defiant Mist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Defiant Mist palette
Defiant Mist color palette PNG image
Defiant Mist color palette CSS
/* CSS */
.color-1 {
color: #a5c1d5;
}
.color-2 {
color: #699eb5;
}
.color-3 {
color: #3b798c;
}
.color-4 {
color: #1f4c6b;
}
.color-5 {
color: #0f3c5c;
}
/* CSS Variables */
:root {
--color-1: #a5c1d5;
--color-2: #699eb5;
--color-3: #3b798c;
--color-4: #1f4c6b;
--color-5: #0f3c5c;
}
Defiant Mist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c1d5, #699eb5, #3b798c, #1f4c6b, #0f3c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c1d5, #699eb5, #3b798c, #1f4c6b, #0f3c5c);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Defiant Mist color palette created on .