Shades of Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Blue palette

Condividi questa palette a:

tavolozza dei colori Shades of Blue CSS

/* CSS */
.color-1 {
color: #e1b8ff;
}
.color-2 {
color: #00c4d6;
}
.color-3 {
color: #6cb5ea;
}
.color-4 {
color: #a8d4ff;
}
.color-5 {
color: #f7a6c1;
}

/* CSS Variables */
:root {
--color-1: #e1b8ff;
--color-2: #00c4d6;
--color-3: #6cb5ea;
--color-4: #a8d4ff;
--color-5: #f7a6c1;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b8ff, #00c4d6, #6cb5ea, #a8d4ff, #f7a6c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b8ff, #00c4d6, #6cb5ea, #a8d4ff, #f7a6c1);
}

Shades of Blue color palette created on .