Wisper Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Wisper palette

Condividi questa palette a:

tavolozza dei colori Wisper CSS

/* CSS */
.color-1 {
color: #f7fafd;
}
.color-2 {
color: #eaf5fa;
}
.color-3 {
color: #d5eef6;
}
.color-4 {
color: #82e7f3;
}
.color-5 {
color: #33e3f0;
}

/* CSS Variables */
:root {
--color-1: #f7fafd;
--color-2: #eaf5fa;
--color-3: #d5eef6;
--color-4: #82e7f3;
--color-5: #33e3f0;
}

CSS con gradiente di sfondo Wisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7fafd, #eaf5fa, #d5eef6, #82e7f3, #33e3f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7fafd, #eaf5fa, #d5eef6, #82e7f3, #33e3f0);
}

Wisper color palette created on .