Chic Vibrance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Chic Vibrance palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Chic Vibrance カラーパレット (PNG) をダウンロード
Chic Vibrance カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #690571;
}
.color-4 {
color: #3b9cd8;
}
.color-5 {
color: #a6c856;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #fab700;
--color-3: #690571;
--color-4: #3b9cd8;
--color-5: #a6c856;
}
Chic Vibrance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #fab700, #690571, #3b9cd8, #a6c856);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #fab700, #690571, #3b9cd8, #a6c856);
}
似たようなカラーパレット
Chic Vibrance color palette created on .