Paleta de colores Whispers of Amethyst

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Amethyst palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Amethyst

/* CSS */
.color-1 {
color: #1e2438;
}
.color-2 {
color: #5c2c68;
}
.color-3 {
color: #a06a8e;
}
.color-4 {
color: #daaac6;
}
.color-5 {
color: #f6dff0;
}

/* CSS Variables */
:root {
--color-1: #1e2438;
--color-2: #5c2c68;
--color-3: #a06a8e;
--color-4: #daaac6;
--color-5: #f6dff0;
}

CSS del degradado de fondo Whispers of Amethyst

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2438, #5c2c68, #a06a8e, #daaac6, #f6dff0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2438, #5c2c68, #a06a8e, #daaac6, #f6dff0);
}

Whispers of Amethyst color palette created on .