Blue Television Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Television palette

Share this palette to:

Blue Television color palette CSS

/* CSS */
.color-1 {
color: #504762;
}
.color-2 {
color: #9f8fcc;
}
.color-3 {
color: #b9afda;
}
.color-4 {
color: #d6cee8;
}
.color-5 {
color: #c4a654;
}

/* CSS Variables */
:root {
--color-1: #504762;
--color-2: #9f8fcc;
--color-3: #b9afda;
--color-4: #d6cee8;
--color-5: #c4a654;
}

Blue Television background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #504762, #9f8fcc, #b9afda, #d6cee8, #c4a654);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #504762, #9f8fcc, #b9afda, #d6cee8, #c4a654);
}

Blue Television color palette created on .