Aquatic Glow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Aquatic Glow palette

Condividi questa palette a:

tavolozza dei colori Aquatic Glow CSS

/* CSS */
.color-1 {
color: #1b6c98;
}
.color-2 {
color: #2ec29f;
}
.color-3 {
color: #f3de68;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #f07c00;
}

/* CSS Variables */
:root {
--color-1: #1b6c98;
--color-2: #2ec29f;
--color-3: #f3de68;
--color-4: #ff6e61;
--color-5: #f07c00;
}

CSS con gradiente di sfondo Aquatic Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b6c98, #2ec29f, #f3de68, #ff6e61, #f07c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b6c98, #2ec29f, #f3de68, #ff6e61, #f07c00);
}

Aquatic Glow color palette created on .