Ocean Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Breeze palette

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

Ocean Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #afeeee;
}
.color-2 {
color: #97d1d8;
}
.color-3 {
color: #5fb9b3;
}
.color-4 {
color: #007f80;
}
.color-5 {
color: #005c5c;
}

/* CSS Variables */
:root {
--color-1: #afeeee;
--color-2: #97d1d8;
--color-3: #5fb9b3;
--color-4: #007f80;
--color-5: #005c5c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afeeee, #97d1d8, #5fb9b3, #007f80, #005c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afeeee, #97d1d8, #5fb9b3, #007f80, #005c5c);
}

Ocean Breeze color palette created on .