Blue Scientist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Scientist palette

Share this palette to:

Blue Scientist color palette CSS

/* CSS */
.color-1 {
color: #4a9cd3;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #e76e50;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #f9c8b9;
}

/* CSS Variables */
:root {
--color-1: #4a9cd3;
--color-2: #f6b83c;
--color-3: #e76e50;
--color-4: #a7d7b8;
--color-5: #f9c8b9;
}

Blue Scientist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a9cd3, #f6b83c, #e76e50, #a7d7b8, #f9c8b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a9cd3, #f6b83c, #e76e50, #a7d7b8, #f9c8b9);
}

Blue Scientist color palette created on .