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: #ff6e61;
}
.color-2 {
color: #6fbe9e;
}
.color-3 {
color: #3d5c99;
}
.color-4 {
color: #f6b531;
}
.color-5 {
color: #d97a3f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe9e;
--color-3: #3d5c99;
--color-4: #f6b531;
--color-5: #d97a3f;
}

CSS del degradado de fondo Shades of Coral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe9e, #3d5c99, #f6b531, #d97a3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe9e, #3d5c99, #f6b531, #d97a3f);
}

Shades of Coral color palette created on .