Blue Frozen Heart Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Frozen Heart palette

Share this palette to:

Blue Frozen Heart color palette CSS

/* CSS */
.color-1 {
color: #a2c7e7;
}
.color-2 {
color: #88b5d8;
}
.color-3 {
color: #719ed6;
}
.color-4 {
color: #4f8cc9;
}
.color-5 {
color: #2d6da9;
}

/* CSS Variables */
:root {
--color-1: #a2c7e7;
--color-2: #88b5d8;
--color-3: #719ed6;
--color-4: #4f8cc9;
--color-5: #2d6da9;
}

Blue Frozen Heart background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c7e7, #88b5d8, #719ed6, #4f8cc9, #2d6da9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c7e7, #88b5d8, #719ed6, #4f8cc9, #2d6da9);
}

Blue Frozen Heart color palette created on .