Oceanic Agent Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Oceanic Agent palette

Condividi questa palette a:

tavolozza dei colori Oceanic Agent CSS

/* CSS */
.color-1 {
color: #1f6a98;
}
.color-2 {
color: #499fd4;
}
.color-3 {
color: #87c5e8;
}
.color-4 {
color: #e6b85b;
}
.color-5 {
color: #d55a2a;
}

/* CSS Variables */
:root {
--color-1: #1f6a98;
--color-2: #499fd4;
--color-3: #87c5e8;
--color-4: #e6b85b;
--color-5: #d55a2a;
}

CSS con gradiente di sfondo Oceanic Agent

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f6a98, #499fd4, #87c5e8, #e6b85b, #d55a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f6a98, #499fd4, #87c5e8, #e6b85b, #d55a2a);
}

Oceanic Agent color palette created on .