Serene Island Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Island palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Serene Island

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

tavolozza dei colori Serene Island 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;
}

CSS con gradiente di sfondo Serene Island

/* 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 .