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