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