Royal Blue and Mint Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Blue and Mint Bliss palette

Share this palette to:

Royal Blue and Mint Bliss color palette CSS

/* CSS */
.color-1 {
color: #0071b8;
}
.color-2 {
color: #51b3a3;
}
.color-3 {
color: #a8e1d0;
}
.color-4 {
color: #f2f8f1;
}
.color-5 {
color: #d0e7f6;
}

/* CSS Variables */
:root {
--color-1: #0071b8;
--color-2: #51b3a3;
--color-3: #a8e1d0;
--color-4: #f2f8f1;
--color-5: #d0e7f6;
}

Royal Blue and Mint Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0071b8, #51b3a3, #a8e1d0, #f2f8f1, #d0e7f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0071b8, #51b3a3, #a8e1d0, #f2f8f1, #d0e7f6);
}

Royal Blue and Mint Bliss color palette created on .