Blue Sayber Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Sayber palette

Condividi questa palette a:

tavolozza dei colori Blue Sayber CSS

/* CSS */
.color-1 {
color: #4f8ac9;
}
.color-2 {
color: #37a7d7;
}
.color-3 {
color: #1fb7a5;
}
.color-4 {
color: #eb8b47;
}
.color-5 {
color: #ec5555;
}

/* CSS Variables */
:root {
--color-1: #4f8ac9;
--color-2: #37a7d7;
--color-3: #1fb7a5;
--color-4: #eb8b47;
--color-5: #ec5555;
}

CSS con gradiente di sfondo Blue Sayber

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f8ac9, #37a7d7, #1fb7a5, #eb8b47, #ec5555);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f8ac9, #37a7d7, #1fb7a5, #eb8b47, #ec5555);
}

Blue Sayber color palette created on .