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