Serene Ocean Breeze カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serene Ocean Breeze palette
Image Gallery
Serene Ocean Breeze カラーパレット CSS
/* CSS */
.color-1 {
color: #e1ecef;
}
.color-2 {
color: #cfe0e7;
}
.color-3 {
color: #bed4e0;
}
.color-4 {
color: #abc9d8;
}
.color-5 {
color: #94bbd1;
}
/* CSS Variables */
:root {
--color-1: #e1ecef;
--color-2: #cfe0e7;
--color-3: #bed4e0;
--color-4: #abc9d8;
--color-5: #94bbd1;
}
Serene Ocean Breeze の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1ecef, #cfe0e7, #bed4e0, #abc9d8, #94bbd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1ecef, #cfe0e7, #bed4e0, #abc9d8, #94bbd1);
}
似たようなカラーパレット
Serene Ocean Breeze color palette created on .