Ocean Breeze Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Breeze Serenity palette

このパレットを共有する先:

Ocean Breeze Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #02a7d4;
}
.color-2 {
color: #3ec7e0;
}
.color-3 {
color: #b0e3e8;
}
.color-4 {
color: #f7f9f6;
}
.color-5 {
color: #f9d75d;
}

/* CSS Variables */
:root {
--color-1: #02a7d4;
--color-2: #3ec7e0;
--color-3: #b0e3e8;
--color-4: #f7f9f6;
--color-5: #f9d75d;
}

Ocean Breeze Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7d4, #3ec7e0, #b0e3e8, #f7f9f6, #f9d75d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7d4, #3ec7e0, #b0e3e8, #f7f9f6, #f9d75d);
}

Ocean Breeze Serenity color palette created on .