Oceanic Berry Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Oceanic Berry Dream palette

Condividi questa palette a:

tavolozza dei colori Oceanic Berry Dream CSS

/* CSS */
.color-1 {
color: #4d6b99;
}
.color-2 {
color: #6999b5;
}
.color-3 {
color: #8cb8d9;
}
.color-4 {
color: #a5d8e9;
}
.color-5 {
color: #bee5f4;
}

/* CSS Variables */
:root {
--color-1: #4d6b99;
--color-2: #6999b5;
--color-3: #8cb8d9;
--color-4: #a5d8e9;
--color-5: #bee5f4;
}

CSS con gradiente di sfondo Oceanic Berry Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d6b99, #6999b5, #8cb8d9, #a5d8e9, #bee5f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d6b99, #6999b5, #8cb8d9, #a5d8e9, #bee5f4);
}

Oceanic Berry Dream color palette created on .