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