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