Deep Sea Glow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Deep Sea Glow palette

Condividi questa palette a:

tavolozza dei colori Deep Sea Glow CSS

/* CSS */
.color-1 {
color: #192c4d;
}
.color-2 {
color: #2f4c6a;
}
.color-3 {
color: #4a8c87;
}
.color-4 {
color: #6ebf79;
}
.color-5 {
color: #a1d770;
}

/* CSS Variables */
:root {
--color-1: #192c4d;
--color-2: #2f4c6a;
--color-3: #4a8c87;
--color-4: #6ebf79;
--color-5: #a1d770;
}

CSS con gradiente di sfondo Deep Sea Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #192c4d, #2f4c6a, #4a8c87, #6ebf79, #a1d770);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #192c4d, #2f4c6a, #4a8c87, #6ebf79, #a1d770);
}

Deep Sea Glow color palette created on .