Athenian Tranquility Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Athenian Tranquility palette

Share this palette to:

Athenian Tranquility color palette CSS

/* CSS */
.color-1 {
color: #d6d8db;
}
.color-2 {
color: #a7b2b4;
}
.color-3 {
color: #7e9ca0;
}
.color-4 {
color: #4b817e;
}
.color-5 {
color: #2c4c4e;
}

/* CSS Variables */
:root {
--color-1: #d6d8db;
--color-2: #a7b2b4;
--color-3: #7e9ca0;
--color-4: #4b817e;
--color-5: #2c4c4e;
}

Athenian Tranquility background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6d8db, #a7b2b4, #7e9ca0, #4b817e, #2c4c4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6d8db, #a7b2b4, #7e9ca0, #4b817e, #2c4c4e);
}

Athenian Tranquility color palette created on .