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