Strip Club カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Strip Club palette
Strip Club カラー パレット PNG 画像
Strip Club カラーパレット CSS
/* CSS */
.color-1 {
color: #cf0761;
}
.color-2 {
color: #ef681f;
}
.color-3 {
color: #eca409;
}
.color-4 {
color: #ecc609;
}
.color-5 {
color: #a60739;
}
/* CSS Variables */
:root {
--color-1: #cf0761;
--color-2: #ef681f;
--color-3: #eca409;
--color-4: #ecc609;
--color-5: #a60739;
}
Strip Club の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cf0761, #ef681f, #eca409, #ecc609, #a60739);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cf0761, #ef681f, #eca409, #ecc609, #a60739);
}
似たようなカラーパレット
下にスクロールして7個のクリムゾンカラーパレットを探索しましょう
Strip Club color palette created on .