Regal Waters Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Regal Waters palette
Regal Waters color palette CSS
/* CSS */
.color-1 {
color: #a8d5e6;
}
.color-2 {
color: #8ec6d7;
}
.color-3 {
color: #5aa8af;
}
.color-4 {
color: #3b7d8c;
}
.color-5 {
color: #2c596d;
}
/* CSS Variables */
:root {
--color-1: #a8d5e6;
--color-2: #8ec6d7;
--color-3: #5aa8af;
--color-4: #3b7d8c;
--color-5: #2c596d;
}
Regal Waters background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d5e6, #8ec6d7, #5aa8af, #3b7d8c, #2c596d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d5e6, #8ec6d7, #5aa8af, #3b7d8c, #2c596d);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Regal Waters color palette created on .