Courtroom Couture カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Courtroom Couture palette
Courtroom Couture カラーパレット CSS
/* CSS */
.color-1 {
color: #f7b32b;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #d86999;
}
.color-4 {
color: #a67ccb;
}
.color-5 {
color: #5a4fcf;
}
/* CSS Variables */
:root {
--color-1: #f7b32b;
--color-2: #e9b79f;
--color-3: #d86999;
--color-4: #a67ccb;
--color-5: #5a4fcf;
}
Courtroom Couture の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b32b, #e9b79f, #d86999, #a67ccb, #5a4fcf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b32b, #e9b79f, #d86999, #a67ccb, #5a4fcf);
}
Courtroom Couture color palette created on .