Paleta de colores "Whispers of the Deep"
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with "Whispers of the Deep" palette
CSS de la paleta de colores "Whispers of the Deep"
/* CSS */
.color-1 {
color: #97928c;
}
.color-2 {
color: #619e9e;
}
.color-3 {
color: #499597;
}
.color-4 {
color: #1d8387;
}
.color-5 {
color: #be3609;
}
/* CSS Variables */
:root {
--color-1: #97928c;
--color-2: #619e9e;
--color-3: #499597;
--color-4: #1d8387;
--color-5: #be3609;
}
CSS del degradado de fondo "Whispers of the Deep"
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #97928c, #619e9e, #499597, #1d8387, #be3609);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #97928c, #619e9e, #499597, #1d8387, #be3609);
}
Paletas de colores similares
"Whispers of the Deep" color palette created on .