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