Godness of Stars Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Godness of Stars palette

Share this palette to:

Godness of Stars color palette PNG image

Download godness of stars color palette PNG image (landscape)
Download godness of stars color palette PNG image (square)

Godness of Stars color palette CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3f49a2;
}
.color-3 {
color: #6c71cb;
}
.color-4 {
color: #a3b0e0;
}
.color-5 {
color: #f1e5ff;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3f49a2;
--color-3: #6c71cb;
--color-4: #a3b0e0;
--color-5: #f1e5ff;
}

Godness of Stars background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3f49a2, #6c71cb, #a3b0e0, #f1e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3f49a2, #6c71cb, #a3b0e0, #f1e5ff);
}

Godness of Stars color palette created on .