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