Blue Serene Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Serene Bliss palette

Share this palette to:

Blue Serene Bliss color palette CSS

/* CSS */
.color-1 {
color: #a3d6e0;
}
.color-2 {
color: #79c2d8;
}
.color-3 {
color: #4da5e0;
}
.color-4 {
color: #2a8bbb;
}
.color-5 {
color: #1f5d7a;
}

/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #79c2d8;
--color-3: #4da5e0;
--color-4: #2a8bbb;
--color-5: #1f5d7a;
}

Blue Serene Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #79c2d8, #4da5e0, #2a8bbb, #1f5d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #79c2d8, #4da5e0, #2a8bbb, #1f5d7a);
}

Blue Serene Bliss color palette created on .