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