Paleta de colores Whispers of Tranquil Waters

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Tranquil Waters palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Tranquil Waters

/* CSS */
.color-1 {
color: #94948f;
}
.color-2 {
color: #67a2a1;
}
.color-3 {
color: #5c9d9d;
}
.color-4 {
color: #549b9c;
}
.color-5 {
color: #4b9395;
}

/* CSS Variables */
:root {
--color-1: #94948f;
--color-2: #67a2a1;
--color-3: #5c9d9d;
--color-4: #549b9c;
--color-5: #4b9395;
}

CSS del degradado de fondo Whispers of Tranquil Waters

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #94948f, #67a2a1, #5c9d9d, #549b9c, #4b9395);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #94948f, #67a2a1, #5c9d9d, #549b9c, #4b9395);
}

Paletas de colores similares

Whispers of Tranquil Waters color palette created on .