Pastel Space カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pastel Space palette
Pastel Space カラー パレット PNG 画像
Pastel Space カラーパレット CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #b9e0e9;
}
.color-3 {
color: #e4b9e1;
}
.color-4 {
color: #f7b6d2;
}
.color-5 {
color: #f3e5b4;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b9e0e9;
--color-3: #e4b9e1;
--color-4: #f7b6d2;
--color-5: #f3e5b4;
}
Pastel Space の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b9e0e9, #e4b9e1, #f7b6d2, #f3e5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b9e0e9, #e4b9e1, #f7b6d2, #f3e5b4);
}
似たようなカラーパレット
下にスクロールして3個のスペースカラーパレットを探索しましょう
Pastel Space color palette created on .