Chlorine カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Chlorine palette
Chlorine カラーパレット CSS
/* CSS */
.color-1 {
color: #68cfee;
}
.color-2 {
color: #95e6ee;
}
.color-3 {
color: #c7f8fa;
}
.color-4 {
color: #f8fbcb;
}
.color-5 {
color: #f7c550;
}
/* CSS Variables */
:root {
--color-1: #68cfee;
--color-2: #95e6ee;
--color-3: #c7f8fa;
--color-4: #f8fbcb;
--color-5: #f7c550;
}
Chlorine の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #68cfee, #95e6ee, #c7f8fa, #f8fbcb, #f7c550);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #68cfee, #95e6ee, #c7f8fa, #f8fbcb, #f7c550);
}
似たようなカラーパレット
パレットが見つかりません
別のフィルターを試すか、現在の選択をクリアしてください。
Chlorine color palette created on .