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