Sunrise Shore Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunrise Shore palette

Share this palette to:

Sunrise Shore color palette PNG image

Download sunrise shore color palette PNG image (landscape)
Download sunrise shore color palette PNG image (square)

Sunrise Shore color palette CSS

/* CSS */
.color-1 {
color: #f5d4b2;
}
.color-2 {
color: #f2e3e7;
}
.color-3 {
color: #a2c8c8;
}
.color-4 {
color: #d1a589;
}
.color-5 {
color: #e6b689;
}

/* CSS Variables */
:root {
--color-1: #f5d4b2;
--color-2: #f2e3e7;
--color-3: #a2c8c8;
--color-4: #d1a589;
--color-5: #e6b689;
}

Sunrise Shore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d4b2, #f2e3e7, #a2c8c8, #d1a589, #e6b689);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d4b2, #f2e3e7, #a2c8c8, #d1a589, #e6b689);
}

Sunrise Shore color palette created on .