Dewdrop Frost Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dewdrop Frost palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dewdrop Frost Color Palette (PNG)
Dewdrop Frost color palette CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b7e3e6;
}
.color-3 {
color: #d6f0e1;
}
.color-4 {
color: #f3f8c4;
}
.color-5 {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b7e3e6;
--color-3: #d6f0e1;
--color-4: #f3f8c4;
--color-5: #f1a8a2;
}
Dewdrop Frost background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b7e3e6, #d6f0e1, #f3f8c4, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b7e3e6, #d6f0e1, #f3f8c4, #f1a8a2);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Dewdrop Frost color palette created on .