Paleta de colores Coral Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Coral Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Coral Dream

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffe057;
}
.color-4 {
color: #70d7ff;
}
.color-5 {
color: #a6d8d3;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa142;
--color-3: #ffe057;
--color-4: #70d7ff;
--color-5: #a6d8d3;
}

CSS del degradado de fondo Coral Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa142, #ffe057, #70d7ff, #a6d8d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa142, #ffe057, #70d7ff, #a6d8d3);
}

Coral Dream color palette created on .