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