Paleta de colores Vibrant Coral

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Coral palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Coral

/* CSS */
.color-1 {
color: #f3c3d3;
}
.color-2 {
color: #f2dbca;
}
.color-3 {
color: #b9dbf8;
}
.color-4 {
color: #9cd5dd;
}
.color-5 {
color: #efcbc7;
}

/* CSS Variables */
:root {
--color-1: #f3c3d3;
--color-2: #f2dbca;
--color-3: #b9dbf8;
--color-4: #9cd5dd;
--color-5: #efcbc7;
}

CSS del degradado de fondo Vibrant Coral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c3d3, #f2dbca, #b9dbf8, #9cd5dd, #efcbc7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c3d3, #f2dbca, #b9dbf8, #9cd5dd, #efcbc7);
}

Vibrant Coral color palette created on .