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