Aqua Reverie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Aqua Reverie palette

Condividi questa palette a:

tavolozza dei colori Aqua Reverie CSS

/* CSS */
.color-1 {
color: #4e9ed0;
}
.color-2 {
color: #6cb2d5;
}
.color-3 {
color: #92d4e8;
}
.color-4 {
color: #b2e2f0;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #4e9ed0;
--color-2: #6cb2d5;
--color-3: #92d4e8;
--color-4: #b2e2f0;
--color-5: #e0f7fa;
}

CSS con gradiente di sfondo Aqua Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e9ed0, #6cb2d5, #92d4e8, #b2e2f0, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e9ed0, #6cb2d5, #92d4e8, #b2e2f0, #e0f7fa);
}

Aqua Reverie color palette created on .