Dark Purple and Neo Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dark Purple and Neo Green palette
Dark Purple and Neo Green カラーパレット CSS
/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #1ba74c;
}
.color-3 {
color: #2bda8e;
}
.color-4 {
color: #4dff9a;
}
.color-5 {
color: #7afa7c;
}
/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #1ba74c;
--color-3: #2bda8e;
--color-4: #4dff9a;
--color-5: #7afa7c;
}
Dark Purple and Neo Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #1ba74c, #2bda8e, #4dff9a, #7afa7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #1ba74c, #2bda8e, #4dff9a, #7afa7c);
}
似たようなカラーパレット
下にスクロールして200+個のブライトカラーパレットを探索しましょう
Dark Purple and Neo Green color palette created on .