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