Oceanic Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Breeze palette

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

Oceanic Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #abbff2;
}
.color-2 {
color: #68b6e3;
}
.color-3 {
color: #3ba1d8;
}
.color-4 {
color: #0096b8;
}
.color-5 {
color: #007e94;
}

/* CSS Variables */
:root {
--color-1: #abbff2;
--color-2: #68b6e3;
--color-3: #3ba1d8;
--color-4: #0096b8;
--color-5: #007e94;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #abbff2, #68b6e3, #3ba1d8, #0096b8, #007e94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #abbff2, #68b6e3, #3ba1d8, #0096b8, #007e94);
}

Oceanic Breeze color palette created on .