Paleta de colores Sunlit Shores

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunlit Shores palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sunlit Shores

Download sunlit shores color palette PNG image (landscape)
Download sunlit shores color palette PNG image (square)

CSS de la paleta de colores Sunlit Shores

/* CSS */
.color-1 {
color: #f7e8cf;
}
.color-2 {
color: #f4cbae;
}
.color-3 {
color: #f1a88e;
}
.color-4 {
color: #e77d5f;
}
.color-5 {
color: #d9613f;
}

/* CSS Variables */
:root {
--color-1: #f7e8cf;
--color-2: #f4cbae;
--color-3: #f1a88e;
--color-4: #e77d5f;
--color-5: #d9613f;
}

CSS del degradado de fondo Sunlit Shores

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8cf, #f4cbae, #f1a88e, #e77d5f, #d9613f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8cf, #f4cbae, #f1a88e, #e77d5f, #d9613f);
}

Sunlit Shores color palette created on .