Kaleidoscope Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Kaleidoscope Harmony palette
Kaleidoscope Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #fcbaf1;
}
.color-2 {
color: #fcdef0;
}
.color-3 {
color: #fce9ee;
}
.color-4 {
color: #91def3;
}
.color-5 {
color: #73d8f7;
}
/* CSS Variables */
:root {
--color-1: #fcbaf1;
--color-2: #fcdef0;
--color-3: #fce9ee;
--color-4: #91def3;
--color-5: #73d8f7;
}
Kaleidoscope Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcbaf1, #fcdef0, #fce9ee, #91def3, #73d8f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcbaf1, #fcdef0, #fce9ee, #91def3, #73d8f7);
}
似たようなカラーパレット
下にスクロールして2個のピンクカラーパレットを探索しましょう
Kaleidoscope Harmony color palette created on .