Paleta de colores Whispers of Ashmay
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Ashmay palette
CSS de la paleta de colores Whispers of Ashmay
/* CSS */
.color-1 {
color: #f9a79f;
}
.color-2 {
color: #f2e7ba;
}
.color-3 {
color: #c5d1e7;
}
.color-4 {
color: #6da0df;
}
.color-5 {
color: #4d86b3;
}
/* CSS Variables */
:root {
--color-1: #f9a79f;
--color-2: #f2e7ba;
--color-3: #c5d1e7;
--color-4: #6da0df;
--color-5: #4d86b3;
}
CSS del degradado de fondo Whispers of Ashmay
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a79f, #f2e7ba, #c5d1e7, #6da0df, #4d86b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a79f, #f2e7ba, #c5d1e7, #6da0df, #4d86b3);
}
Paletas de colores similares
Whispers of Ashmay color palette created on .