Pink and Blue Dream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pink and Blue Dream palette
Pink and Blue Dream カラーパレット CSS
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #f7c8bb;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #6ed4cf;
}
.color-5 {
color: #ffb300;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #f7c8bb;
--color-3: #4b91e2;
--color-4: #6ed4cf;
--color-5: #ffb300;
}
Pink and Blue Dream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #f7c8bb, #4b91e2, #6ed4cf, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #f7c8bb, #4b91e2, #6ed4cf, #ffb300);
}
似たようなカラーパレット
下にスクロールして200+個のピンクカラーパレットを探索しましょう
Pink and Blue Dream color palette created on .