Oceanic Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Breeze palette

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

Oceanic Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #0075a3;
}
.color-2 {
color: #0098c7;
}
.color-3 {
color: #1ab5e0;
}
.color-4 {
color: #a6d8e2;
}
.color-5 {
color: #f0f7f9;
}

/* CSS Variables */
:root {
--color-1: #0075a3;
--color-2: #0098c7;
--color-3: #1ab5e0;
--color-4: #a6d8e2;
--color-5: #f0f7f9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0075a3, #0098c7, #1ab5e0, #a6d8e2, #f0f7f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0075a3, #0098c7, #1ab5e0, #a6d8e2, #f0f7f9);
}

Oceanic Breeze color palette created on .