Whispers of Tranquil Skies Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Tranquil Skies palette

Share this palette to:

Whispers of Tranquil Skies color palette CSS

/* CSS */
.color-1 {
color: #eef0f2;
}
.color-2 {
color: #c2d9fa;
}
.color-3 {
color: #d0d4c9;
}
.color-4 {
color: #d7d188;
}
.color-5 {
color: #adc7eb;
}

/* CSS Variables */
:root {
--color-1: #eef0f2;
--color-2: #c2d9fa;
--color-3: #d0d4c9;
--color-4: #d7d188;
--color-5: #adc7eb;
}

Whispers of Tranquil Skies background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eef0f2, #c2d9fa, #d0d4c9, #d7d188, #adc7eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eef0f2, #c2d9fa, #d0d4c9, #d7d188, #adc7eb);
}

Whispers of Tranquil Skies color palette created on .