Refreshing Tranquility Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Refreshing Tranquility palette

Share this palette to:

Refreshing Tranquility color palette CSS

/* CSS */
.color-1 {
color: #a9e0d4;
}
.color-2 {
color: #66b3b7;
}
.color-3 {
color: #3b9b9a;
}
.color-4 {
color: #2f6f6e;
}
.color-5 {
color: #2c4e4b;
}

/* CSS Variables */
:root {
--color-1: #a9e0d4;
--color-2: #66b3b7;
--color-3: #3b9b9a;
--color-4: #2f6f6e;
--color-5: #2c4e4b;
}

Refreshing Tranquility background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e0d4, #66b3b7, #3b9b9a, #2f6f6e, #2c4e4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e0d4, #66b3b7, #3b9b9a, #2f6f6e, #2c4e4b);
}

Refreshing Tranquility color palette created on .