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