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: #4bd4e7;
}
.color-2 {
color: #6dd08c;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #e04f38;
}

/* CSS Variables */
:root {
--color-1: #4bd4e7;
--color-2: #6dd08c;
--color-3: #ffb84d;
--color-4: #ff6e61;
--color-5: #e04f38;
}

CSS con gradiente di sfondo Oceanic Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bd4e7, #6dd08c, #ffb84d, #ff6e61, #e04f38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bd4e7, #6dd08c, #ffb84d, #ff6e61, #e04f38);
}

Oceanic Sunrise color palette created on .