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