Gorgeous Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Gorgeous Blue palette

Condividi questa palette a:

tavolozza dei colori Gorgeous Blue CSS

/* CSS */
.color-1 {
color: #1f89e5;
}
.color-2 {
color: #3baee8;
}
.color-3 {
color: #5ed3ed;
}
.color-4 {
color: #a3e6f0;
}
.color-5 {
color: #e8f9fc;
}

/* CSS Variables */
:root {
--color-1: #1f89e5;
--color-2: #3baee8;
--color-3: #5ed3ed;
--color-4: #a3e6f0;
--color-5: #e8f9fc;
}

CSS con gradiente di sfondo Gorgeous Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f89e5, #3baee8, #5ed3ed, #a3e6f0, #e8f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f89e5, #3baee8, #5ed3ed, #a3e6f0, #e8f9fc);
}

Gorgeous Blue color palette created on .