Paleta de colores Heavenly Whispers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Heavenly Whispers palette

Compartir esta paleta en:

CSS de la paleta de colores Heavenly Whispers

/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #f9e5c8;
}
.color-3 {
color: #e2f0cc;
}
.color-4 {
color: #b8e0c7;
}
.color-5 {
color: #8bc3e4;
}

/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #f9e5c8;
--color-3: #e2f0cc;
--color-4: #b8e0c7;
--color-5: #8bc3e4;
}

CSS del degradado de fondo Heavenly Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #f9e5c8, #e2f0cc, #b8e0c7, #8bc3e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #f9e5c8, #e2f0cc, #b8e0c7, #8bc3e4);
}

Heavenly Whispers color palette created on .