Skybound Radiance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Skybound Radiance palette

Share this palette to:

Skybound Radiance color palette CSS

/* CSS */
.color-1 {
color: #6a9cdc;
}
.color-2 {
color: #a2c7e7;
}
.color-3 {
color: #cfe3f2;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f57e00;
}

/* CSS Variables */
:root {
--color-1: #6a9cdc;
--color-2: #a2c7e7;
--color-3: #cfe3f2;
--color-4: #f1c84b;
--color-5: #f57e00;
}

Skybound Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a9cdc, #a2c7e7, #cfe3f2, #f1c84b, #f57e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a9cdc, #a2c7e7, #cfe3f2, #f1c84b, #f57e00);
}

Skybound Radiance color palette created on .