Cool Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cool Blue palette

Share this palette to:

Cool Blue color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #1abc9c;
}
.color-4 {
color: #ff6347;
}
.color-5 {
color: #ffb347;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #00bfff;
--color-3: #1abc9c;
--color-4: #ff6347;
--color-5: #ffb347;
}

Cool Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #00bfff, #1abc9c, #ff6347, #ffb347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #00bfff, #1abc9c, #ff6347, #ffb347);
}

Cool Blue color palette created on .