Serene Skies カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serene Skies palette
Serene Skies カラーパレット CSS
/* CSS */
.color-1 {
color: #d4e2fc;
}
.color-2 {
color: #a3c8e1;
}
.color-3 {
color: #70b3d2;
}
.color-4 {
color: #3a8ebb;
}
.color-5 {
color: #1c5e8d;
}
/* CSS Variables */
:root {
--color-1: #d4e2fc;
--color-2: #a3c8e1;
--color-3: #70b3d2;
--color-4: #3a8ebb;
--color-5: #1c5e8d;
}
Serene Skies の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e2fc, #a3c8e1, #70b3d2, #3a8ebb, #1c5e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e2fc, #a3c8e1, #70b3d2, #3a8ebb, #1c5e8d);
}
似たようなカラーパレット
下にスクロールして300+個のエステティックカラーパレットを探索しましょう
Serene Skies color palette created on .