Blue Sunshine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Sunshine palette

Condividi questa palette a:

tavolozza dei colori Blue Sunshine CSS

/* CSS */
.color-1 {
color: #1d4b8b;
}
.color-2 {
color: #499ad0;
}
.color-3 {
color: #86c1e9;
}
.color-4 {
color: #ffcb3d;
}
.color-5 {
color: #ff5833;
}

/* CSS Variables */
:root {
--color-1: #1d4b8b;
--color-2: #499ad0;
--color-3: #86c1e9;
--color-4: #ffcb3d;
--color-5: #ff5833;
}

CSS con gradiente di sfondo Blue Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4b8b, #499ad0, #86c1e9, #ffcb3d, #ff5833);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4b8b, #499ad0, #86c1e9, #ffcb3d, #ff5833);
}

Blue Sunshine color palette created on .