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