Aether's Quiver Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Aether's Quiver palette

Condividi questa palette a:

tavolozza dei colori Aether's Quiver CSS

/* CSS */
.color-1 {
color: #a6d7e7;
}
.color-2 {
color: #6aafab;
}
.color-3 {
color: #4a8c8b;
}
.color-4 {
color: #2e636b;
}
.color-5 {
color: #1d4c53;
}

/* CSS Variables */
:root {
--color-1: #a6d7e7;
--color-2: #6aafab;
--color-3: #4a8c8b;
--color-4: #2e636b;
--color-5: #1d4c53;
}

CSS con gradiente di sfondo Aether's Quiver

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d7e7, #6aafab, #4a8c8b, #2e636b, #1d4c53);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d7e7, #6aafab, #4a8c8b, #2e636b, #1d4c53);
}

Aether's Quiver color palette created on .