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