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