Paleta de colores Coral Dreamland

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Coral Dreamland palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Coral Dreamland

Download coral dreamland color palette PNG image (landscape)
Download coral dreamland color palette PNG image (square)

CSS de la paleta de colores Coral Dreamland

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa07a;
}
.color-3 {
color: #ffbfa3;
}
.color-4 {
color: #ffdbd1;
}
.color-5 {
color: #fff6f0;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa07a;
--color-3: #ffbfa3;
--color-4: #ffdbd1;
--color-5: #fff6f0;
}

CSS del degradado de fondo Coral Dreamland

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa07a, #ffbfa3, #ffdbd1, #fff6f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa07a, #ffbfa3, #ffdbd1, #fff6f0);
}

Coral Dreamland color palette created on .