Blue Community Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Community palette

Share this palette to:

Blue Community color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #4db2ff;
}
.color-3 {
color: #a2dae6;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #4db2ff;
--color-3: #a2dae6;
--color-4: #ffcb5c;
--color-5: #ff6e61;
}

Blue Community background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #4db2ff, #a2dae6, #ffcb5c, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #4db2ff, #a2dae6, #ffcb5c, #ff6e61);
}

Blue Community color palette created on .