Soft Dawn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Dawn palette
Soft Dawn color palette CSS
/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #f7e8bb;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #fcd4c5;
}
.color-5 {
color: #ffb4a8;
}
/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #f7e8bb;
--color-3: #ffffff;
--color-4: #fcd4c5;
--color-5: #ffb4a8;
}
Soft Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #f7e8bb, #ffffff, #fcd4c5, #ffb4a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #f7e8bb, #ffffff, #fcd4c5, #ffb4a8);
}
Similar color palettes
Soft Dawn color palette created on .