Skybound Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Skybound Whispers palette
Skybound Whispers color palette CSS
/* CSS */
.color-1 {
color: #a7c9d7;
}
.color-2 {
color: #b6d6e2;
}
.color-3 {
color: #cee0e8;
}
.color-4 {
color: #f2c5d0;
}
.color-5 {
color: #f7b2a1;
}
/* CSS Variables */
:root {
--color-1: #a7c9d7;
--color-2: #b6d6e2;
--color-3: #cee0e8;
--color-4: #f2c5d0;
--color-5: #f7b2a1;
}
Skybound Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c9d7, #b6d6e2, #cee0e8, #f2c5d0, #f7b2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c9d7, #b6d6e2, #cee0e8, #f2c5d0, #f7b2a1);
}
Similar color palettes
Skybound Whispers color palette created on .