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