Aqua Luminescence Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Aqua Luminescence palette

Condividi questa palette a:

tavolozza dei colori Aqua Luminescence CSS

/* CSS */
.color-1 {
color: #3db388;
}
.color-2 {
color: #5bd79f;
}
.color-3 {
color: #8af5b1;
}
.color-4 {
color: #c3f9c4;
}
.color-5 {
color: #e5fff1;
}

/* CSS Variables */
:root {
--color-1: #3db388;
--color-2: #5bd79f;
--color-3: #8af5b1;
--color-4: #c3f9c4;
--color-5: #e5fff1;
}

CSS con gradiente di sfondo Aqua Luminescence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3db388, #5bd79f, #8af5b1, #c3f9c4, #e5fff1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3db388, #5bd79f, #8af5b1, #c3f9c4, #e5fff1);
}

Aqua Luminescence color palette created on .