Blue Sapphire Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Sapphire palette

Condividi questa palette a:

tavolozza dei colori Blue Sapphire CSS

/* CSS */
.color-1 {
color: #1c3f5a;
}
.color-2 {
color: #3d5b7f;
}
.color-3 {
color: #6c8c99;
}
.color-4 {
color: #a1c0c4;
}
.color-5 {
color: #e0d3c2;
}

/* CSS Variables */
:root {
--color-1: #1c3f5a;
--color-2: #3d5b7f;
--color-3: #6c8c99;
--color-4: #a1c0c4;
--color-5: #e0d3c2;
}

CSS con gradiente di sfondo Blue Sapphire

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f5a, #3d5b7f, #6c8c99, #a1c0c4, #e0d3c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f5a, #3d5b7f, #6c8c99, #a1c0c4, #e0d3c2);
}

Blue Sapphire color palette created on .