Sunset Over Ocean Waves Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunset Over Ocean Waves palette

Condividi questa palette a:

tavolozza dei colori Sunset Over Ocean Waves CSS

/* CSS */
.color-1 {
color: #005cb8;
}
.color-2 {
color: #ffdd00;
}
.color-3 {
color: #d5bc81;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #f35c20;
}

/* CSS Variables */
:root {
--color-1: #005cb8;
--color-2: #ffdd00;
--color-3: #d5bc81;
--color-4: #ff6d1f;
--color-5: #f35c20;
}

CSS con gradiente di sfondo Sunset Over Ocean Waves

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005cb8, #ffdd00, #d5bc81, #ff6d1f, #f35c20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005cb8, #ffdd00, #d5bc81, #ff6d1f, #f35c20);
}

Sunset Over Ocean Waves color palette created on .