Serene Ocean Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Ocean Breeze palette

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

Serene Ocean Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #cfe5f2;
}
.color-2 {
color: #a3d7e6;
}
.color-3 {
color: #7bc1db;
}
.color-4 {
color: #4ca5e1;
}
.color-5 {
color: #0080b3;
}

/* CSS Variables */
:root {
--color-1: #cfe5f2;
--color-2: #a3d7e6;
--color-3: #7bc1db;
--color-4: #4ca5e1;
--color-5: #0080b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfe5f2, #a3d7e6, #7bc1db, #4ca5e1, #0080b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfe5f2, #a3d7e6, #7bc1db, #4ca5e1, #0080b3);
}

Serene Ocean Breeze color palette created on .