Cool Refreshment Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cool Refreshment palette
Cool Refreshment color palette CSS
/* CSS */
.color-1 {
color: #1b81bb;
}
.color-2 {
color: #1c9cce;
}
.color-3 {
color: #3dc3e1;
}
.color-4 {
color: #4cd4e1;
}
.color-5 {
color: #6ae7e7;
}
/* CSS Variables */
:root {
--color-1: #1b81bb;
--color-2: #1c9cce;
--color-3: #3dc3e1;
--color-4: #4cd4e1;
--color-5: #6ae7e7;
}
Cool Refreshment background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b81bb, #1c9cce, #3dc3e1, #4cd4e1, #6ae7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b81bb, #1c9cce, #3dc3e1, #4cd4e1, #6ae7e7);
}
Similar color palettes
Cool Refreshment color palette created on .