Paleta de colores Shades of Coral

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Coral palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Coral

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #fbaf2d;
}
.color-3 {
color: #f4c10b;
}
.color-4 {
color: #6eaaa3;
}
.color-5 {
color: #2e8b9e;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #fbaf2d;
--color-3: #f4c10b;
--color-4: #6eaaa3;
--color-5: #2e8b9e;
}

CSS del degradado de fondo Shades of Coral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #fbaf2d, #f4c10b, #6eaaa3, #2e8b9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #fbaf2d, #f4c10b, #6eaaa3, #2e8b9e);
}

Shades of Coral color palette created on .