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