Coral Oasis カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Coral Oasis palette
Coral Oasis カラーパレット CSS
/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #4b8b8b;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff6bb5;
}
/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #00bfff;
--color-3: #4b8b8b;
--color-4: #ffd900;
--color-5: #ff6bb5;
}
Coral Oasis の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #00bfff, #4b8b8b, #ffd900, #ff6bb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #00bfff, #4b8b8b, #ffd900, #ff6bb5);
}
似たようなカラーパレット
下にスクロールして100+個の赤カラーパレットを探索しましょう
Coral Oasis color palette created on .