Paleta de colores Sunrise Shore

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunrise Shore palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sunrise Shore

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

CSS de la paleta de colores Sunrise Shore

/* 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;
}

CSS del degradado de fondo Sunrise Shore

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