Serene Ocean Breeze カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serene Ocean Breeze palette
Image Gallery
Serene Ocean Breeze カラーパレット CSS
/* CSS */
.color-1 {
color: #ddeaee;
}
.color-2 {
color: #c8dbe4;
}
.color-3 {
color: #b3cddb;
}
.color-4 {
color: #a0c1d4;
}
.color-5 {
color: #8cb6cf;
}
/* CSS Variables */
:root {
--color-1: #ddeaee;
--color-2: #c8dbe4;
--color-3: #b3cddb;
--color-4: #a0c1d4;
--color-5: #8cb6cf;
}
Serene Ocean Breeze の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ddeaee, #c8dbe4, #b3cddb, #a0c1d4, #8cb6cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ddeaee, #c8dbe4, #b3cddb, #a0c1d4, #8cb6cf);
}
似たようなカラーパレット
下にスクロールして7個のLight blueカラーパレットを探索しましょう
Serene Ocean Breeze color palette created on .