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: #dcd7ef;
}
.color-2 {
color: #d0d5ec;
}
.color-3 {
color: #a3c5e6;
}
.color-4 {
color: #95c2ea;
}
.color-5 {
color: #d6cdef;
}

/* CSS Variables */
:root {
--color-1: #dcd7ef;
--color-2: #d0d5ec;
--color-3: #a3c5e6;
--color-4: #95c2ea;
--color-5: #d6cdef;
}

CSS del degradado de fondo Vibrant Coral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcd7ef, #d0d5ec, #a3c5e6, #95c2ea, #d6cdef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcd7ef, #d0d5ec, #a3c5e6, #95c2ea, #d6cdef);
}

Vibrant Coral color palette created on .