River's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with River's Embrace palette
River's Embrace color palette CSS
/* CSS */
.color-1 {
color: #a2c8d2;
}
.color-2 {
color: #6ba8b8;
}
.color-3 {
color: #4a7c8c;
}
.color-4 {
color: #2e4c60;
}
.color-5 {
color: #1e3a4d;
}
/* CSS Variables */
:root {
--color-1: #a2c8d2;
--color-2: #6ba8b8;
--color-3: #4a7c8c;
--color-4: #2e4c60;
--color-5: #1e3a4d;
}
River's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c8d2, #6ba8b8, #4a7c8c, #2e4c60, #1e3a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c8d2, #6ba8b8, #4a7c8c, #2e4c60, #1e3a4d);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
River's Embrace color palette created on .