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