Paleta de colores Dreamweaver Spectrum

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dreamweaver Spectrum palette

Compartir esta paleta en:

Descargar la paleta de colores Dreamweaver Spectrum (PNG)

Download dreamweaver spectrum color palette PNG image (landscape)
Download dreamweaver spectrum color palette PNG image (square)

CSS de la paleta de colores Dreamweaver Spectrum

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffad42;
}
.color-3 {
color: #ffec42;
}
.color-4 {
color: #b3e2ff;
}
.color-5 {
color: #6b9cd1;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffad42;
--color-3: #ffec42;
--color-4: #b3e2ff;
--color-5: #6b9cd1;
}

CSS del degradado de fondo Dreamweaver Spectrum

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffad42, #ffec42, #b3e2ff, #6b9cd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffad42, #ffec42, #b3e2ff, #6b9cd1);
}

Dreamweaver Spectrum color palette created on .