Bright Azure Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bright Azure palette

Condividi questa palette a:

tavolozza dei colori Bright Azure CSS

/* CSS */
.color-1 {
color: #00aaff;
}
.color-2 {
color: #00d4ff;
}
.color-3 {
color: #66e0ff;
}
.color-4 {
color: #99ecff;
}
.color-5 {
color: #ccf2ff;
}

/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #00d4ff;
--color-3: #66e0ff;
--color-4: #99ecff;
--color-5: #ccf2ff;
}

CSS con gradiente di sfondo Bright Azure

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #00d4ff, #66e0ff, #99ecff, #ccf2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #00d4ff, #66e0ff, #99ecff, #ccf2ff);
}

Bright Azure color palette created on .