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