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: #ff7a99;
}
.color-2 {
color: #ffab66;
}
.color-3 {
color: #ffd000;
}
.color-4 {
color: #9eeaeb;
}
.color-5 {
color: #d0b4fd;
}

/* CSS Variables */
:root {
--color-1: #ff7a99;
--color-2: #ffab66;
--color-3: #ffd000;
--color-4: #9eeaeb;
--color-5: #d0b4fd;
}

CSS del degradado de fondo Vibrant Coral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7a99, #ffab66, #ffd000, #9eeaeb, #d0b4fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7a99, #ffab66, #ffd000, #9eeaeb, #d0b4fd);
}

Vibrant Coral color palette created on .