Oceanic Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Breeze palette

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

Oceanic Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00a5e0;
}
.color-3 {
color: #4ac8e8;
}
.color-4 {
color: #7be2f4;
}
.color-5 {
color: #a5eaf8;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00a5e0;
--color-3: #4ac8e8;
--color-4: #7be2f4;
--color-5: #a5eaf8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00a5e0, #4ac8e8, #7be2f4, #a5eaf8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00a5e0, #4ac8e8, #7be2f4, #a5eaf8);
}

Oceanic Breeze color palette created on .