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