Azure Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Azure Dreams palette

Condividi questa palette a:

tavolozza dei colori Azure Dreams CSS

/* CSS */
.color-1 {
color: #0077b3;
}
.color-2 {
color: #00a5e0;
}
.color-3 {
color: #00b0e0;
}
.color-4 {
color: #00c8d6;
}
.color-5 {
color: #00d7eb;
}

/* CSS Variables */
:root {
--color-1: #0077b3;
--color-2: #00a5e0;
--color-3: #00b0e0;
--color-4: #00c8d6;
--color-5: #00d7eb;
}

CSS con gradiente di sfondo Azure Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0077b3, #00a5e0, #00b0e0, #00c8d6, #00d7eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0077b3, #00a5e0, #00b0e0, #00c8d6, #00d7eb);
}

Azure Dreams color palette created on .