Paleta de colores Serene Island

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Island palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Serene Island

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

CSS de la paleta de colores Serene Island

/* 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 del degradado de fondo 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 .