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