Ocean Breeze Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ocean Breeze Delight palette

Condividi questa palette a:

tavolozza dei colori Ocean Breeze Delight CSS

/* CSS */
.color-1 {
color: #45b2e8;
}
.color-2 {
color: #3a8cbb;
}
.color-3 {
color: #2b6a91;
}
.color-4 {
color: #f5b2c7;
}
.color-5 {
color: #f9e4a4;
}

/* CSS Variables */
:root {
--color-1: #45b2e8;
--color-2: #3a8cbb;
--color-3: #2b6a91;
--color-4: #f5b2c7;
--color-5: #f9e4a4;
}

CSS con gradiente di sfondo Ocean Breeze Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #45b2e8, #3a8cbb, #2b6a91, #f5b2c7, #f9e4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #45b2e8, #3a8cbb, #2b6a91, #f5b2c7, #f9e4a4);
}

Ocean Breeze Delight color palette created on .