Adam's Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Adam's Sunrise palette
Adam's Sunrise color palette PNG image
Adam's Sunrise color palette CSS
/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #507e9b;
}
.color-3 {
color: #8cc1d4;
}
.color-4 {
color: #f1b341;
}
.color-5 {
color: #d56a34;
}
/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #507e9b;
--color-3: #8cc1d4;
--color-4: #f1b341;
--color-5: #d56a34;
}
Adam's Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #507e9b, #8cc1d4, #f1b341, #d56a34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #507e9b, #8cc1d4, #f1b341, #d56a34);
}
Similar color palettes
Adam's Sunrise color palette created on .