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