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