Skybound Archer Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Skybound Archer palette

Condividi questa palette a:

tavolozza dei colori Skybound Archer CSS

/* CSS */
.color-1 {
color: #6b9cd1;
}
.color-2 {
color: #92b9e3;
}
.color-3 {
color: #cbe8f6;
}
.color-4 {
color: #f7d559;
}
.color-5 {
color: #e6b85b;
}

/* CSS Variables */
:root {
--color-1: #6b9cd1;
--color-2: #92b9e3;
--color-3: #cbe8f6;
--color-4: #f7d559;
--color-5: #e6b85b;
}

CSS con gradiente di sfondo Skybound Archer

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9cd1, #92b9e3, #cbe8f6, #f7d559, #e6b85b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9cd1, #92b9e3, #cbe8f6, #f7d559, #e6b85b);
}

Skybound Archer color palette created on .