Shades of Sapphire Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Sapphire palette

Condividi questa palette a:

tavolozza dei colori Shades of Sapphire CSS

/* CSS */
.color-1 {
color: #2b4c7d;
}
.color-2 {
color: #4a8abf;
}
.color-3 {
color: #98c4e2;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #ff6d2e;
}

/* CSS Variables */
:root {
--color-1: #2b4c7d;
--color-2: #4a8abf;
--color-3: #98c4e2;
--color-4: #f5b400;
--color-5: #ff6d2e;
}

CSS con gradiente di sfondo Shades of Sapphire

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b4c7d, #4a8abf, #98c4e2, #f5b400, #ff6d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b4c7d, #4a8abf, #98c4e2, #f5b400, #ff6d2e);
}

Shades of Sapphire color palette created on .