Temporal Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Temporal Sunrise palette
Temporal Sunrise color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f7d14b;
}
.color-3 {
color: #ff7f0f;
}
.color-4 {
color: #f84f20;
}
.color-5 {
color: #d62b1f;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f7d14b;
--color-3: #ff7f0f;
--color-4: #f84f20;
--color-5: #d62b1f;
}
Temporal Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f7d14b, #ff7f0f, #f84f20, #d62b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f7d14b, #ff7f0f, #f84f20, #d62b1f);
}
Similar color palettes
Temporal Sunrise color palette created on .