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