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