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