Whispers of Tranquil Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Tranquil Twilight palette

Share this palette to:

Whispers of Tranquil Twilight color palette CSS

/* CSS */
.color-1 {
color: #f7f7f7;
}
.color-2 {
color: #abfcf9;
}
.color-3 {
color: #8585c7;
}
.color-4 {
color: #54568c;
}
.color-5 {
color: #313949;
}

/* CSS Variables */
:root {
--color-1: #f7f7f7;
--color-2: #abfcf9;
--color-3: #8585c7;
--color-4: #54568c;
--color-5: #313949;
}

Whispers of Tranquil Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f7f7, #abfcf9, #8585c7, #54568c, #313949);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f7f7, #abfcf9, #8585c7, #54568c, #313949);
}

Similar color palettes

Scroll down to explore 1 Soft gray color palette

Whispers of Tranquil Twilight color palette created on .