Stratos Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Stratos palette

Share this palette to:

Stratos color palette CSS

/* CSS */
.color-1 {
color: #000742;
}
.color-2 {
color: #1e1e76;
}
.color-3 {
color: #3b3ba0;
}
.color-4 {
color: #5f5fbf;
}
.color-5 {
color: #a8c5ff;
}

/* CSS Variables */
:root {
--color-1: #000742;
--color-2: #1e1e76;
--color-3: #3b3ba0;
--color-4: #5f5fbf;
--color-5: #a8c5ff;
}

Stratos background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000742, #1e1e76, #3b3ba0, #5f5fbf, #a8c5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000742, #1e1e76, #3b3ba0, #5f5fbf, #a8c5ff);
}

Similar color palettes

Stratos color palette created on .