Paleta de colores Dark Pastel

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dark Pastel palette

Compartir esta paleta en:

Descargar la paleta de colores Dark Pastel (PNG)

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

CSS de la paleta de colores Dark Pastel

/* CSS */
.color-1 {
color: #698e9b;
}
.color-2 {
color: #b0d4d9;
}
.color-3 {
color: #f1e4e4;
}
.color-4 {
color: #f7d5b6;
}
.color-5 {
color: #e5b4b3;
}

/* CSS Variables */
:root {
--color-1: #698e9b;
--color-2: #b0d4d9;
--color-3: #f1e4e4;
--color-4: #f7d5b6;
--color-5: #e5b4b3;
}

CSS del degradado de fondo Dark Pastel

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #698e9b, #b0d4d9, #f1e4e4, #f7d5b6, #e5b4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #698e9b, #b0d4d9, #f1e4e4, #f7d5b6, #e5b4b3);
}

Dark Pastel color palette created on .