Paleta de colores Coastal Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Coastal Serenity palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Coastal Serenity

Download coastal serenity color palette PNG image (landscape)
Download coastal serenity color palette PNG image (square)

CSS de la paleta de colores Coastal Serenity

/* CSS */
.color-1 {
color: #f6d6c6;
}
.color-2 {
color: #6cc4c6;
}
.color-3 {
color: #a3e1e6;
}
.color-4 {
color: #f2b0a1;
}
.color-5 {
color: #d27d6a;
}

/* CSS Variables */
:root {
--color-1: #f6d6c6;
--color-2: #6cc4c6;
--color-3: #a3e1e6;
--color-4: #f2b0a1;
--color-5: #d27d6a;
}

CSS del degradado de fondo Coastal Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d6c6, #6cc4c6, #a3e1e6, #f2b0a1, #d27d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d6c6, #6cc4c6, #a3e1e6, #f2b0a1, #d27d6a);
}

Coastal Serenity color palette created on .