Serene Ocean Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Ocean Breeze palette

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

Serene Ocean Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d8e0;
}
.color-2 {
color: #8ec5d7;
}
.color-3 {
color: #5ca5b7;
}
.color-4 {
color: #3d8ea9;
}
.color-5 {
color: #1f6e98;
}

/* CSS Variables */
:root {
--color-1: #a3d8e0;
--color-2: #8ec5d7;
--color-3: #5ca5b7;
--color-4: #3d8ea9;
--color-5: #1f6e98;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d8e0, #8ec5d7, #5ca5b7, #3d8ea9, #1f6e98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d8e0, #8ec5d7, #5ca5b7, #3d8ea9, #1f6e98);
}

Serene Ocean Breeze color palette created on .