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