Crimson Sparkle カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Crimson Sparkle palette
Crimson Sparkle カラーパレット CSS
/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #ef6c6e;
}
.color-3 {
color: #ff998a;
}
.color-4 {
color: #ffb85c;
}
.color-5 {
color: #ffcb3d;
}
/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #ef6c6e;
--color-3: #ff998a;
--color-4: #ffb85c;
--color-5: #ffcb3d;
}
Crimson Sparkle の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #ef6c6e, #ff998a, #ffb85c, #ffcb3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #ef6c6e, #ff998a, #ffb85c, #ffcb3d);
}
似たようなカラーパレット
下にスクロールして100+個のブライトカラーパレットを探索しましょう
Crimson Sparkle color palette created on .