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: #1f8fff;
}
.color-2 {
color: #3db0e1;
}
.color-3 {
color: #5db5e5;
}
.color-4 {
color: #87c3f8;
}
.color-5 {
color: #a1d9f7;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #3db0e1;
--color-3: #5db5e5;
--color-4: #87c3f8;
--color-5: #a1d9f7;
}

CSS con gradiente di sfondo Azure Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #3db0e1, #5db5e5, #87c3f8, #a1d9f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #3db0e1, #5db5e5, #87c3f8, #a1d9f7);
}

Azure Dreams color palette created on .