Ocean Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Breeze palette

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

Ocean Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #7ec8f7;
}
.color-2 {
color: #5fb4e3;
}
.color-3 {
color: #3c8ec8;
}
.color-4 {
color: #0096d6;
}
.color-5 {
color: #00bfe6;
}

/* CSS Variables */
:root {
--color-1: #7ec8f7;
--color-2: #5fb4e3;
--color-3: #3c8ec8;
--color-4: #0096d6;
--color-5: #00bfe6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ec8f7, #5fb4e3, #3c8ec8, #0096d6, #00bfe6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ec8f7, #5fb4e3, #3c8ec8, #0096d6, #00bfe6);
}

Ocean Breeze color palette created on .