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