Paleta de colores Dreamy Spectrum

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dreamy Spectrum palette

Compartir esta paleta en:

CSS de la paleta de colores Dreamy Spectrum

/* CSS */
.color-1 {
color: #ffb3e4;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #6a5bcd;
}
.color-5 {
color: #00bfff;
}

/* CSS Variables */
:root {
--color-1: #ffb3e4;
--color-2: #ff6e61;
--color-3: #ffd900;
--color-4: #6a5bcd;
--color-5: #00bfff;
}

CSS del degradado de fondo Dreamy Spectrum

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3e4, #ff6e61, #ffd900, #6a5bcd, #00bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3e4, #ff6e61, #ffd900, #6a5bcd, #00bfff);
}

Dreamy Spectrum color palette created on .