Paleta de colores Dusky Amethyst Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dusky Amethyst Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Dusky Amethyst Dreams

/* CSS */
.color-1 {
color: #705b8b;
}
.color-2 {
color: #8a7d9b;
}
.color-3 {
color: #b3a1c4;
}
.color-4 {
color: #d3c5e7;
}
.color-5 {
color: #f1e4f6;
}

/* CSS Variables */
:root {
--color-1: #705b8b;
--color-2: #8a7d9b;
--color-3: #b3a1c4;
--color-4: #d3c5e7;
--color-5: #f1e4f6;
}

CSS del degradado de fondo Dusky Amethyst Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #705b8b, #8a7d9b, #b3a1c4, #d3c5e7, #f1e4f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #705b8b, #8a7d9b, #b3a1c4, #d3c5e7, #f1e4f6);
}

Dusky Amethyst Dreams color palette created on .