Ace of Hues Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ace of Hues palette

Condividi questa palette a:

tavolozza dei colori Ace of Hues CSS

/* CSS */
.color-1 {
color: #4b8abe;
}
.color-2 {
color: #75c7c0;
}
.color-3 {
color: #a7e6bb;
}
.color-4 {
color: #f2d450;
}
.color-5 {
color: #f18e8e;
}

/* CSS Variables */
:root {
--color-1: #4b8abe;
--color-2: #75c7c0;
--color-3: #a7e6bb;
--color-4: #f2d450;
--color-5: #f18e8e;
}

CSS con gradiente di sfondo Ace of Hues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8abe, #75c7c0, #a7e6bb, #f2d450, #f18e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8abe, #75c7c0, #a7e6bb, #f2d450, #f18e8e);
}

Ace of Hues color palette created on .