Katherine's Reverie カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Katherine's Reverie palette
Katherine's Reverie カラーパレット CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f9c89f;
}
.color-3 {
color: #a6d7d9;
}
.color-4 {
color: #6b7c94;
}
.color-5 {
color: #4a4e68;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f9c89f;
--color-3: #a6d7d9;
--color-4: #6b7c94;
--color-5: #4a4e68;
}
Katherine's Reverie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f9c89f, #a6d7d9, #6b7c94, #4a4e68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f9c89f, #a6d7d9, #6b7c94, #4a4e68);
}
似たようなカラーパレット
Katherine's Reverie color palette created on .