Vibrant Pink Dream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vibrant Pink Dream palette
Vibrant Pink Dream カラーパレット CSS
/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #681b98;
}
.color-3 {
color: #1975d2;
}
.color-4 {
color: #44a248;
}
.color-5 {
color: #8d6f62;
}
/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #681b98;
--color-3: #1975d2;
--color-4: #44a248;
--color-5: #8d6f62;
}
Vibrant Pink Dream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #681b98, #1975d2, #44a248, #8d6f62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #681b98, #1975d2, #44a248, #8d6f62);
}
似たようなカラーパレット
Vibrant Pink Dream color palette created on .