Blue Stone Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Stone palette

Share this palette to:

Blue Stone color palette PNG image

Download blue stone color palette PNG image (landscape)
Download blue stone color palette PNG image (square)

Blue Stone color palette CSS

/* CSS */
.color-1 {
color: #015e60;
}
.color-2 {
color: #2a777a;
}
.color-3 {
color: #4da6a8;
}
.color-4 {
color: #80d6d4;
}
.color-5 {
color: #a2f1ee;
}

/* CSS Variables */
:root {
--color-1: #015e60;
--color-2: #2a777a;
--color-3: #4da6a8;
--color-4: #80d6d4;
--color-5: #a2f1ee;
}

Blue Stone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #015e60, #2a777a, #4da6a8, #80d6d4, #a2f1ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #015e60, #2a777a, #4da6a8, #80d6d4, #a2f1ee);
}

Blue Stone color palette created on .