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