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