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