Ocean Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Breeze palette

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

Ocean Breeze カラー パレット PNG 画像

Download ocean breeze color palette PNG image (landscape)
Download ocean breeze color palette PNG image (square)

Ocean Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #85cdfa;
}
.color-4 {
color: #add8e6;
}
.color-5 {
color: #4682b4;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #00bfff;
--color-3: #85cdfa;
--color-4: #add8e6;
--color-5: #4682b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #00bfff, #85cdfa, #add8e6, #4682b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #00bfff, #85cdfa, #add8e6, #4682b4);
}

Ocean Breeze color palette created on .