Dreamy Carnival カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dreamy Carnival palette
Dreamy Carnival カラーパレット CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffa04d;
}
.color-4 {
color: #ffbaa3;
}
.color-5 {
color: #ffe0ed;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ff6e61;
--color-3: #ffa04d;
--color-4: #ffbaa3;
--color-5: #ffe0ed;
}
Dreamy Carnival の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ff6e61, #ffa04d, #ffbaa3, #ffe0ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ff6e61, #ffa04d, #ffbaa3, #ffe0ed);
}
似たようなカラーパレット
下にスクロールして400+個のブライトカラーパレットを探索しましょう
Dreamy Carnival color palette created on .