Azure Voyage Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Azure Voyage palette

Condividi questa palette a:

tavolozza dei colori Azure Voyage CSS

/* CSS */
.color-1 {
color: #bfedfd;
}
.color-2 {
color: #a3d7e0;
}
.color-3 {
color: #7dc6d8;
}
.color-4 {
color: #4ba2af;
}
.color-5 {
color: #007c8a;
}

/* CSS Variables */
:root {
--color-1: #bfedfd;
--color-2: #a3d7e0;
--color-3: #7dc6d8;
--color-4: #4ba2af;
--color-5: #007c8a;
}

CSS con gradiente di sfondo Azure Voyage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfedfd, #a3d7e0, #7dc6d8, #4ba2af, #007c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfedfd, #a3d7e0, #7dc6d8, #4ba2af, #007c8a);
}

Azure Voyage color palette created on .