Oceanic Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Oceanic Sunrise palette

Condividi questa palette a:

tavolozza dei colori Oceanic Sunrise CSS

/* CSS */
.color-1 {
color: #1c3b6d;
}
.color-2 {
color: #497b9c;
}
.color-3 {
color: #a9c8e0;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #1c3b6d;
--color-2: #497b9c;
--color-3: #a9c8e0;
--color-4: #f4cf3e;
--color-5: #e77e23;
}

CSS con gradiente di sfondo Oceanic Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3b6d, #497b9c, #a9c8e0, #f4cf3e, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3b6d, #497b9c, #a9c8e0, #f4cf3e, #e77e23);
}

Oceanic Sunrise color palette created on .