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