Blue Diamond Shine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Diamond Shine palette

Share this palette to:

Blue Diamond Shine color palette CSS

/* CSS */
.color-1 {
color: #049bdc;
}
.color-2 {
color: #05b5e6;
}
.color-3 {
color: #4fd6e8;
}
.color-4 {
color: #a6e7f7;
}
.color-5 {
color: #cff4fc;
}

/* CSS Variables */
:root {
--color-1: #049bdc;
--color-2: #05b5e6;
--color-3: #4fd6e8;
--color-4: #a6e7f7;
--color-5: #cff4fc;
}

Blue Diamond Shine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #049bdc, #05b5e6, #4fd6e8, #a6e7f7, #cff4fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #049bdc, #05b5e6, #4fd6e8, #a6e7f7, #cff4fc);
}

Blue Diamond Shine color palette created on .