Paleta de colores Whispers of a Tempest

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of a Tempest palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of a Tempest

/* CSS */
.color-1 {
color: #4c8f9a;
}
.color-2 {
color: #7fb8b4;
}
.color-3 {
color: #a4d5d5;
}
.color-4 {
color: #f6e8b1;
}
.color-5 {
color: #f9c3be;
}

/* CSS Variables */
:root {
--color-1: #4c8f9a;
--color-2: #7fb8b4;
--color-3: #a4d5d5;
--color-4: #f6e8b1;
--color-5: #f9c3be;
}

CSS del degradado de fondo Whispers of a Tempest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8f9a, #7fb8b4, #a4d5d5, #f6e8b1, #f9c3be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8f9a, #7fb8b4, #a4d5d5, #f6e8b1, #f9c3be);
}

Whispers of a Tempest color palette created on .