Aqua Vibrance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Aqua Vibrance palette

Condividi questa palette a:

tavolozza dei colori Aqua Vibrance CSS

/* CSS */
.color-1 {
color: #1f8c8e;
}
.color-2 {
color: #509b8d;
}
.color-3 {
color: #73baae;
}
.color-4 {
color: #b0e3d8;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1f8c8e;
--color-2: #509b8d;
--color-3: #73baae;
--color-4: #b0e3d8;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Aqua Vibrance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8c8e, #509b8d, #73baae, #b0e3d8, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8c8e, #509b8d, #73baae, #b0e3d8, #ff6e61);
}

Aqua Vibrance color palette created on .