Sea Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sea Breeze palette

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

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

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

Sea Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #0097a8;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #4ccfe1;
}
.color-4 {
color: #80deea;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #0097a8;
--color-2: #00bdd6;
--color-3: #4ccfe1;
--color-4: #80deea;
--color-5: #e0f7fa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0097a8, #00bdd6, #4ccfe1, #80deea, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0097a8, #00bdd6, #4ccfe1, #80deea, #e0f7fa);
}

Sea Breeze color palette created on .