Dawn's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dawn's Embrace palette
Dawn's Embrace color palette CSS
/* CSS */
.color-1 {
color: #a9e5e0;
}
.color-2 {
color: #c7f0e7;
}
.color-3 {
color: #f8faf5;
}
.color-4 {
color: #f9d9b9;
}
.color-5 {
color: #f29e7d;
}
/* CSS Variables */
:root {
--color-1: #a9e5e0;
--color-2: #c7f0e7;
--color-3: #f8faf5;
--color-4: #f9d9b9;
--color-5: #f29e7d;
}
Dawn's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e5e0, #c7f0e7, #f8faf5, #f9d9b9, #f29e7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e5e0, #c7f0e7, #f8faf5, #f9d9b9, #f29e7d);
}
Similar color palettes
Dawn's Embrace color palette created on .