Paleta de colores Whispering Cloudscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Cloudscape palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Cloudscape

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fcfcfc;
}
.color-3 {
color: #f3f3f6;
}
.color-4 {
color: #e3e3e8;
}
.color-5 {
color: #c1c4cd;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfcfc;
--color-3: #f3f3f6;
--color-4: #e3e3e8;
--color-5: #c1c4cd;
}

CSS del degradado de fondo Whispering Cloudscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfcfc, #f3f3f6, #e3e3e8, #c1c4cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfcfc, #f3f3f6, #e3e3e8, #c1c4cd);
}

Whispering Cloudscape color palette created on .