Blue Tears Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Tears palette

Share this palette to:

Blue Tears color palette CSS

/* CSS */
.color-1 {
color: #9ec3ff;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #f94346;
}
.color-4 {
color: #91be6f;
}
.color-5 {
color: #277ca0;
}

/* CSS Variables */
:root {
--color-1: #9ec3ff;
--color-2: #f9c54e;
--color-3: #f94346;
--color-4: #91be6f;
--color-5: #277ca0;
}

Blue Tears background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ec3ff, #f9c54e, #f94346, #91be6f, #277ca0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ec3ff, #f9c54e, #f94346, #91be6f, #277ca0);
}

Blue Tears color palette created on .