Scars of the River Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Scars of the River Whisper palette
Scars of the River Whisper color palette CSS
/* CSS */
.color-1 {
color: #4b7e8b;
}
.color-2 {
color: #6fb3a2;
}
.color-3 {
color: #a3e0d3;
}
.color-4 {
color: #f4c4a4;
}
.color-5 {
color: #f2a6a1;
}
/* CSS Variables */
:root {
--color-1: #4b7e8b;
--color-2: #6fb3a2;
--color-3: #a3e0d3;
--color-4: #f4c4a4;
--color-5: #f2a6a1;
}
Scars of the River Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7e8b, #6fb3a2, #a3e0d3, #f4c4a4, #f2a6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7e8b, #6fb3a2, #a3e0d3, #f4c4a4, #f2a6a1);
}
Similar color palettes
Scars of the River Whisper color palette created on .