Bright Picton Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bright Picton Blue palette

Condividi questa palette a:

tavolozza dei colori Bright Picton Blue CSS

/* CSS */
.color-1 {
color: #45b2e8;
}
.color-2 {
color: #63c1e9;
}
.color-3 {
color: #68d1e8;
}
.color-4 {
color: #a7e2e1;
}
.color-5 {
color: #f3f3e7;
}

/* CSS Variables */
:root {
--color-1: #45b2e8;
--color-2: #63c1e9;
--color-3: #68d1e8;
--color-4: #a7e2e1;
--color-5: #f3f3e7;
}

CSS con gradiente di sfondo Bright Picton Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #45b2e8, #63c1e9, #68d1e8, #a7e2e1, #f3f3e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #45b2e8, #63c1e9, #68d1e8, #a7e2e1, #f3f3e7);
}

Bright Picton Blue color palette created on .