Ortom Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ortom Sunrise palette
Ortom Sunrise color palette PNG image
Ortom Sunrise color palette CSS
/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #d7a31d;
}
.color-3 {
color: #a35e29;
}
.color-4 {
color: #6a4e39;
}
.color-5 {
color: #3d2929;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #d7a31d;
--color-3: #a35e29;
--color-4: #6a4e39;
--color-5: #3d2929;
}
Ortom Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #d7a31d, #a35e29, #6a4e39, #3d2929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #d7a31d, #a35e29, #6a4e39, #3d2929);
}
Similar color palettes
Ortom Sunrise color palette created on .