Paleta de colores Dark Coral

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dark Coral palette

Compartir esta paleta en:

Descargar la paleta de colores Dark Coral (PNG)

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

CSS de la paleta de colores Dark Coral

/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #3d3d3d;
}
.color-3 {
color: #595959;
}
.color-4 {
color: #8c4b3b;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #3d3d3d;
--color-3: #595959;
--color-4: #8c4b3b;
--color-5: #ff6e61;
}

CSS del degradado de fondo Dark Coral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #3d3d3d, #595959, #8c4b3b, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #3d3d3d, #595959, #8c4b3b, #ff6e61);
}

Paletas de colores similares

Dark Coral color palette created on .