Sunrise in East Roycebury Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunrise in East Roycebury palette

Share this palette to:

Sunrise in East Roycebury color palette CSS

/* CSS */
.color-1 {
color: #f6a96a;
}
.color-2 {
color: #f0c24c;
}
.color-3 {
color: #c7e1a8;
}
.color-4 {
color: #a1d0e8;
}
.color-5 {
color: #74b4c8;
}

/* CSS Variables */
:root {
--color-1: #f6a96a;
--color-2: #f0c24c;
--color-3: #c7e1a8;
--color-4: #a1d0e8;
--color-5: #74b4c8;
}

Sunrise in East Roycebury background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a96a, #f0c24c, #c7e1a8, #a1d0e8, #74b4c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a96a, #f0c24c, #c7e1a8, #a1d0e8, #74b4c8);
}

Sunrise in East Roycebury color palette created on .