Cybernetic Sunshine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cybernetic Sunshine palette

Condividi questa palette a:

tavolozza dei colori Cybernetic Sunshine CSS

/* CSS */
.color-1 {
color: #0e203e;
}
.color-2 {
color: #2b4c7d;
}
.color-3 {
color: #4f93c4;
}
.color-4 {
color: #87c1e3;
}
.color-5 {
color: #f4f72b;
}

/* CSS Variables */
:root {
--color-1: #0e203e;
--color-2: #2b4c7d;
--color-3: #4f93c4;
--color-4: #87c1e3;
--color-5: #f4f72b;
}

CSS con gradiente di sfondo Cybernetic Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e203e, #2b4c7d, #4f93c4, #87c1e3, #f4f72b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e203e, #2b4c7d, #4f93c4, #87c1e3, #f4f72b);
}

Cybernetic Sunshine color palette created on .