Serene Island Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Island palette

Share this palette to:

Serene Island color palette PNG image

Download serene island color palette PNG image (landscape)
Download serene island color palette PNG image (square)

Serene Island color palette CSS

/* CSS */
.color-1 {
color: #e8c6a6;
}
.color-2 {
color: #f2a07d;
}
.color-3 {
color: #e57457;
}
.color-4 {
color: #d85b3b;
}
.color-5 {
color: #c84d28;
}

/* CSS Variables */
:root {
--color-1: #e8c6a6;
--color-2: #f2a07d;
--color-3: #e57457;
--color-4: #d85b3b;
--color-5: #c84d28;
}

Serene Island background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8c6a6, #f2a07d, #e57457, #d85b3b, #c84d28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8c6a6, #f2a07d, #e57457, #d85b3b, #c84d28);
}

Serene Island color palette created on .