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: #1f2942;
}
.color-2 {
color: #3b4a8c;
}
.color-3 {
color: #4f6e9c;
}
.color-4 {
color: #98b7e1;
}
.color-5 {
color: #e6e9f0;
}

/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #3b4a8c;
--color-3: #4f6e9c;
--color-4: #98b7e1;
--color-5: #e6e9f0;
}

CSS con gradiente di sfondo Blue Sapphire

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #3b4a8c, #4f6e9c, #98b7e1, #e6e9f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #3b4a8c, #4f6e9c, #98b7e1, #e6e9f0);
}

Blue Sapphire color palette created on .