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: #7655b9;
}
.color-2 {
color: #8997c2;
}
.color-3 {
color: #acbbd7;
}
.color-4 {
color: #cc9ecc;
}
.color-5 {
color: #f4cde8;
}

/* CSS Variables */
:root {
--color-1: #7655b9;
--color-2: #8997c2;
--color-3: #acbbd7;
--color-4: #cc9ecc;
--color-5: #f4cde8;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7655b9, #8997c2, #acbbd7, #cc9ecc, #f4cde8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7655b9, #8997c2, #acbbd7, #cc9ecc, #f4cde8);
}

Shades of Blue color palette created on .