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