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