Serene Ocean Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Ocean Breeze palette

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

Serene Ocean Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #e1ebef;
}
.color-2 {
color: #ccdee6;
}
.color-3 {
color: #bad2de;
}
.color-4 {
color: #a0c2d4;
}
.color-5 {
color: #89b4cd;
}

/* CSS Variables */
:root {
--color-1: #e1ebef;
--color-2: #ccdee6;
--color-3: #bad2de;
--color-4: #a0c2d4;
--color-5: #89b4cd;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1ebef, #ccdee6, #bad2de, #a0c2d4, #89b4cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1ebef, #ccdee6, #bad2de, #a0c2d4, #89b4cd);
}

Serene Ocean Breeze color palette created on .