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