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: #ff999c;
}
.color-2 {
color: #ffbe8a;
}
.color-3 {
color: #fee3a4;
}
.color-4 {
color: #b7f98b;
}
.color-5 {
color: #76e6f9;
}

/* CSS Variables */
:root {
--color-1: #ff999c;
--color-2: #ffbe8a;
--color-3: #fee3a4;
--color-4: #b7f98b;
--color-5: #76e6f9;
}

CSS del degradado de fondo Vibrant Coral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff999c, #ffbe8a, #fee3a4, #b7f98b, #76e6f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff999c, #ffbe8a, #fee3a4, #b7f98b, #76e6f9);
}

Vibrant Coral color palette created on .