Media Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Media Blue palette

Share this palette to:

Media Blue color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffbb4d;
}
.color-3 {
color: #4b8abe;
}
.color-4 {
color: #7e3d99;
}
.color-5 {
color: #e7b1c5;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffbb4d;
--color-3: #4b8abe;
--color-4: #7e3d99;
--color-5: #e7b1c5;
}

Media Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffbb4d, #4b8abe, #7e3d99, #e7b1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffbb4d, #4b8abe, #7e3d99, #e7b1c5);
}

Media Blue color palette created on .