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