Oceanic Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Breeze palette

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

Oceanic Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #1c4e7d;
}
.color-2 {
color: #3f7a9d;
}
.color-3 {
color: #65a5b8;
}
.color-4 {
color: #94c4d1;
}
.color-5 {
color: #c3e0e9;
}

/* CSS Variables */
:root {
--color-1: #1c4e7d;
--color-2: #3f7a9d;
--color-3: #65a5b8;
--color-4: #94c4d1;
--color-5: #c3e0e9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c4e7d, #3f7a9d, #65a5b8, #94c4d1, #c3e0e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c4e7d, #3f7a9d, #65a5b8, #94c4d1, #c3e0e9);
}

Oceanic Breeze color palette created on .