Breezy Ocean Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Breezy Ocean Sunrise palette

Share this palette to:

Breezy Ocean Sunrise color palette CSS

/* CSS */
.color-1 {
color: #d8f1fd;
}
.color-2 {
color: #b8fdff;
}
.color-3 {
color: #b3f4ff;
}
.color-4 {
color: #83d5fc;
}
.color-5 {
color: #ed8240;
}

/* CSS Variables */
:root {
--color-1: #d8f1fd;
--color-2: #b8fdff;
--color-3: #b3f4ff;
--color-4: #83d5fc;
--color-5: #ed8240;
}

Breezy Ocean Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8f1fd, #b8fdff, #b3f4ff, #83d5fc, #ed8240);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8f1fd, #b8fdff, #b3f4ff, #83d5fc, #ed8240);
}

Breezy Ocean Sunrise color palette created on .