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