Reed Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Reed Whisper palette

Share this palette to:

Reed Whisper color palette CSS

/* CSS */
.color-1 {
color: #c2d0a9;
}
.color-2 {
color: #a1bfa5;
}
.color-3 {
color: #8eaf99;
}
.color-4 {
color: #6d9c8c;
}
.color-5 {
color: #4f8c7b;
}

/* CSS Variables */
:root {
--color-1: #c2d0a9;
--color-2: #a1bfa5;
--color-3: #8eaf99;
--color-4: #6d9c8c;
--color-5: #4f8c7b;
}

Reed Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2d0a9, #a1bfa5, #8eaf99, #6d9c8c, #4f8c7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2d0a9, #a1bfa5, #8eaf99, #6d9c8c, #4f8c7b);
}

Reed Whisper color palette created on .