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: #ffedeb;
}
.color-2 {
color: #fff5e5;
}
.color-3 {
color: #fff9e5;
}
.color-4 {
color: #f0fdff;
}
.color-5 {
color: #ebf6ff;
}

/* CSS Variables */
:root {
--color-1: #ffedeb;
--color-2: #fff5e5;
--color-3: #fff9e5;
--color-4: #f0fdff;
--color-5: #ebf6ff;
}

CSS del degradado de fondo Vibrant Coral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffedeb, #fff5e5, #fff9e5, #f0fdff, #ebf6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffedeb, #fff5e5, #fff9e5, #f0fdff, #ebf6ff);
}

Vibrant Coral color palette created on .