Whispers of Crystal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Crystal palette

Share this palette to:

Whispers of Crystal color palette CSS

/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #e6b3d4;
}
.color-3 {
color: #e9af9f;
}
.color-4 {
color: #f5e1b2;
}
.color-5 {
color: #f8d8a0;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #e6b3d4;
--color-3: #e9af9f;
--color-4: #f5e1b2;
--color-5: #f8d8a0;
}

Whispers of Crystal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #e6b3d4, #e9af9f, #f5e1b2, #f8d8a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #e6b3d4, #e9af9f, #f5e1b2, #f8d8a0);
}

Whispers of Crystal color palette created on .