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